855 lines
64 KiB
PHP
855 lines
64 KiB
PHP
@extends('layouts.landing', ['title' => 'Marketplace - Checkout'])
|
|
|
|
@section('content')
|
|
<!-- Search offcanvas -->
|
|
<div class="offcanvas offcanvas-top" id="searchBox" data-bs-backdrop="static" tabindex="-1">
|
|
<div class="offcanvas-header border-bottom p-0 py-lg-1">
|
|
<form class="container d-flex align-items-center">
|
|
<input type="search" class="form-control form-control-lg fs-lg border-0 rounded-0 py-3 ps-0"
|
|
placeholder="Search the products" data-autofocus="offcanvas">
|
|
<button type="reset" class="btn-close fs-lg" data-bs-dismiss="offcanvas" aria-label="Close"></button>
|
|
</form>
|
|
</div>
|
|
<div class="offcanvas-body px-0">
|
|
<div class="container text-center">
|
|
<svg class="text-body-tertiary opacity-60 mb-4" xmlns="http://www.w3.org/2000/svg" width="60"
|
|
viewBox="0 0 512 512" fill="currentColor">
|
|
<path
|
|
d="M340.115,361.412l-16.98-16.98c-34.237,29.36-78.733,47.098-127.371,47.098C87.647,391.529,0,303.883,0,195.765S87.647,0,195.765,0s195.765,87.647,195.765,195.765c0,48.638-17.738,93.134-47.097,127.371l16.98,16.98l11.94-11.94c5.881-5.881,15.415-5.881,21.296,0l112.941,112.941c5.881,5.881,5.881,15.416,0,21.296l-45.176,45.176c-5.881,5.881-15.415,5.881-21.296,0L328.176,394.648c-5.881-5.881-5.881-15.416,0-21.296L340.115,361.412z M195.765,361.412c91.484,0,165.647-74.163,165.647-165.647S287.249,30.118,195.765,30.118S30.118,104.28,30.118,195.765S104.28,361.412,195.765,361.412z M360.12,384l91.645,91.645l23.88-23.88L384,360.12L360.12,384z M233.034,233.033c5.881-5.881,15.415-5.881,21.296,0c5.881,5.881,5.881,15.416,0,21.296c-32.345,32.345-84.786,32.345-117.131,0c-5.881-5.881-5.881-15.415,0-21.296c5.881-5.881,15.416-5.881,21.296,0C179.079,253.616,212.45,253.616,233.034,233.033zM135.529,180.706c-12.475,0-22.588-10.113-22.588-22.588c0-12.475,10.113-22.588,22.588-22.588c12.475,0,22.588,10.113,22.588,22.588C158.118,170.593,148.005,180.706,135.529,180.706z M256,180.706c-12.475,0-22.588-10.113-22.588-22.588c0-12.475,10.113-22.588,22.588-22.588s22.588,10.113,22.588,22.588C278.588,170.593,268.475,180.706,256,180.706z" />
|
|
</svg>
|
|
<h6 class="mb-2">Your search results will appear here</h6>
|
|
<p class="fs-sm mb-0">Start typing in the search field above to see instant search results.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="offcanvas offcanvas-end pb-sm-2 px-sm-2" id="shoppingCart" tabindex="-1"
|
|
aria-labelledby="shoppingCartLabel" style="width: 500px">
|
|
|
|
<!-- Header -->
|
|
<div class="offcanvas-header flex-column align-items-start py-3 pt-lg-4">
|
|
<div class="d-flex align-items-center justify-content-between w-100">
|
|
<h4 class="offcanvas-title" id="shoppingCartLabel">Cart (3)</h4>
|
|
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Items -->
|
|
<div class="offcanvas-body d-flex flex-column gap-4 pt-2">
|
|
|
|
<!-- Item -->
|
|
<div class="d-flex align-items-center">
|
|
<a class="flex-sm-shrink-0" href="{{ route('second', ['shop', 'product-marketplace']) }}'" style="width: 142px">
|
|
<div class="ratio bg-body-tertiary rounded overflow-hidden"
|
|
style="--cz-aspect-ratio: calc(110 / 142 * 100%)">
|
|
<img src="/img/home/marketplace/cart/01.jpg" alt="Thumbnail">
|
|
</div>
|
|
</a>
|
|
<div class="w-100 min-w-0 ps-3">
|
|
<h5 class="d-flex animate-underline mb-2">
|
|
<a class="d-block fs-sm fw-medium text-truncate animate-target"
|
|
href="{{ route('second', ['shop', 'product-marketplace']) }}'">Multi device mockup PSD</a>
|
|
</h5>
|
|
<div class="h6 pb-1 mb-2">$27</div>
|
|
<div class="d-flex align-items-center justify-content-between gap-1">
|
|
<div class="w-100" style="max-width: 185px">
|
|
<select class="form-select form-select-sm rounded-pill"
|
|
data-select='{
|
|
"classNames": {
|
|
"containerInner": ["form-select", "form-select-sm", "rounded-pill"]
|
|
},
|
|
"removeItemButton": false
|
|
}'
|
|
aria-label="Small pill select">
|
|
<option value="standard">Standard license</option>
|
|
<option value="extended">Extended license</option>
|
|
</select>
|
|
</div>
|
|
<button type="button" class="btn btn-icon btn-sm flex-shrink-0 fs-sm" data-bs-toggle="tooltip"
|
|
data-bs-custom-class="tooltip-sm" data-bs-title="Remove" aria-label="Remove from cart">
|
|
<i class="ci-trash fs-base"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Item -->
|
|
<div class="d-flex align-items-center">
|
|
<a class="flex-sm-shrink-0" href="{{ route('second', ['shop', 'product-marketplace']) }}'" style="width: 142px">
|
|
<div class="ratio bg-body-tertiary rounded overflow-hidden"
|
|
style="--cz-aspect-ratio: calc(110 / 142 * 100%)">
|
|
<img src="/img/home/marketplace/cart/02.jpg" alt="Thumbnail">
|
|
</div>
|
|
</a>
|
|
<div class="w-100 min-w-0 ps-3">
|
|
<h5 class="d-flex animate-underline mb-2">
|
|
<a class="d-block fs-sm fw-medium text-truncate animate-target"
|
|
href="{{ route('second', ['shop', 'product-marketplace']) }}'">Isometric device mockups</a>
|
|
</h5>
|
|
<div class="h6 pb-1 mb-2">$12</div>
|
|
<div class="d-flex align-items-center justify-content-between gap-2">
|
|
<div class="w-100" style="max-width: 185px">
|
|
<select class="form-select form-select-sm rounded-pill"
|
|
data-select='{
|
|
"classNames": {
|
|
"containerInner": ["form-select", "form-select-sm", "rounded-pill"]
|
|
},
|
|
"removeItemButton": false
|
|
}'
|
|
aria-label="Small pill select">
|
|
<option value="standard">Standard license</option>
|
|
<option value="extended">Extended license</option>
|
|
</select>
|
|
</div>
|
|
<button type="button" class="btn btn-icon btn-sm flex-shrink-0 fs-sm" data-bs-toggle="tooltip"
|
|
data-bs-custom-class="tooltip-sm" data-bs-title="Remove" aria-label="Remove from cart">
|
|
<i class="ci-trash fs-base"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Item -->
|
|
<div class="d-flex align-items-center">
|
|
<a class="flex-sm-shrink-0" href="{{ route('second', ['shop', 'product-marketplace']) }}'" style="width: 142px">
|
|
<div class="ratio bg-body-tertiary rounded overflow-hidden"
|
|
style="--cz-aspect-ratio: calc(110 / 142 * 100%)">
|
|
<img src="/img/home/marketplace/cart/03.jpg" alt="Thumbnail">
|
|
</div>
|
|
</a>
|
|
<div class="w-100 min-w-0 ps-3">
|
|
<h5 class="d-flex animate-underline mb-2">
|
|
<a class="d-block fs-sm fw-medium text-truncate animate-target"
|
|
href="{{ route('second', ['shop', 'product-marketplace']) }}'">Modern poster with abstract shapes</a>
|
|
</h5>
|
|
<div class="h6 pb-1 mb-2">$8</div>
|
|
<div class="d-flex align-items-center justify-content-between gap-2">
|
|
<div class="w-100" style="max-width: 185px">
|
|
<select class="form-select form-select-sm rounded-pill"
|
|
data-select='{
|
|
"classNames": {
|
|
"containerInner": ["form-select", "form-select-sm", "rounded-pill"]
|
|
},
|
|
"removeItemButton": false
|
|
}'
|
|
aria-label="Small pill select">
|
|
<option value="standard">Standard license</option>
|
|
<option value="extended">Extended license</option>
|
|
</select>
|
|
</div>
|
|
<button type="button" class="btn btn-icon btn-sm flex-shrink-0 fs-sm" data-bs-toggle="tooltip"
|
|
data-bs-custom-class="tooltip-sm" data-bs-title="Remove" aria-label="Remove from cart">
|
|
<i class="ci-trash fs-base"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Footer -->
|
|
<div class="offcanvas-header flex-column align-items-start">
|
|
<div class="d-flex align-items-center justify-content-between w-100 mb-3 mb-md-4">
|
|
<span class="text-light-emphasis">Subtotal:</span>
|
|
<span class="h6 mb-0">$47</span>
|
|
</div>
|
|
<a class="btn btn-lg btn-dark w-100 rounded-pill" href="{{ route('second', ['checkout', 'marketplace']) }}">Checkout</a>
|
|
</div>
|
|
</div>
|
|
|
|
<header class="navbar navbar-expand-lg bg-body navbar-sticky sticky-top z-fixed px-0" data-sticky-element>
|
|
<div class="container flex-nowrap">
|
|
|
|
<!-- Mobile offcanvas menu toggler (Hamburger) -->
|
|
<button type="button" class="navbar-toggler me-4 me-lg-0" data-bs-toggle="offcanvas"
|
|
data-bs-target="#navbarNav" aria-controls="navbarNav" aria-label="Toggle navigation">
|
|
<span class="navbar-toggler-icon"></span>
|
|
</button>
|
|
|
|
<!-- Navbar brand (Logo) -->
|
|
<a class="navbar-brand py-1 py-md-2 py-xl-1" href="{{ route('second', ['home', 'marketplace']) }}">
|
|
<span class="d-none d-sm-flex flex-shrink-0 text-primary me-2">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36">
|
|
<path
|
|
d="M36 18.01c0 8.097-5.355 14.949-12.705 17.2a18.12 18.12 0 0 1-5.315.79C9.622 36 2.608 30.313.573 22.611.257 21.407.059 20.162 0 18.879v-1.758c.02-.395.059-.79.099-1.185.099-.908.277-1.817.514-2.686C2.687 5.628 9.682 0 18 0c5.572 0 10.551 2.528 13.871 6.517 1.502 1.797 2.648 3.91 3.359 6.201.494 1.659.771 3.436.771 5.292z"
|
|
fill="currentColor" />
|
|
<g fill="#fff">
|
|
<path
|
|
d="M17.466 21.624c-.514 0-.988-.316-1.146-.829-.198-.632.138-1.303.771-1.501l7.666-2.469-1.205-8.254-13.317 4.621a1.19 1.19 0 0 1-1.521-.75 1.19 1.19 0 0 1 .751-1.521l13.89-4.818c.553-.197 1.166-.138 1.64.158a1.82 1.82 0 0 1 .85 1.284l1.344 9.183c.138.987-.494 1.994-1.482 2.33l-7.864 2.528-.375.04zm7.31.138c-.178-.632-.85-1.007-1.482-.81l-5.177 1.58c-2.331.79-3.28.02-3.418-.099l-6.56-8.412a4.25 4.25 0 0 0-4.406-1.758l-3.122.987c-.237.889-.415 1.777-.514 2.686l4.228-1.363a1.84 1.84 0 0 1 1.857.81l6.659 8.551c.751.948 2.015 1.323 3.359 1.323.909 0 1.857-.178 2.687-.474l5.078-1.54c.632-.178 1.008-.829.81-1.481z" />
|
|
<use href="#czlogo" />
|
|
<use href="#czlogo" x="8.516" y="-2.172" />
|
|
</g>
|
|
<defs>
|
|
<path id="czlogo"
|
|
d="M18.689 28.654a1.94 1.94 0 0 1-1.936 1.935 1.94 1.94 0 0 1-1.936-1.935 1.94 1.94 0 0 1 1.936-1.935 1.94 1.94 0 0 1 1.936 1.935z" />
|
|
</defs>
|
|
</svg>
|
|
</span>
|
|
Cartzilla
|
|
</a>
|
|
|
|
<!-- Main navigation that turns into offcanvas on screens < 992px wide (lg breakpoint) -->
|
|
<nav class="offcanvas offcanvas-start" id="navbarNav" tabindex="-1" aria-labelledby="navbarNavLabel">
|
|
<div class="offcanvas-header py-3">
|
|
<h5 class="offcanvas-title" id="navbarNavLabel">Browse Cartzilla</h5>
|
|
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
|
|
</div>
|
|
<div class="offcanvas-body pt-3 pb-4 py-lg-0 mx-lg-auto">
|
|
<ul class="navbar-nav position-relative">
|
|
<li class="nav-item dropdown py-lg-2 me-lg-n1 me-xl-0">
|
|
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown"
|
|
data-bs-trigger="hover" aria-expanded="false">Home</a>
|
|
<ul class="dropdown-menu" style="--cz-dropdown-spacer: .875rem">
|
|
<li class="hover-effect-opacity px-2 mx-n2">
|
|
<a class="dropdown-item d-block mb-0" href="{{ route('second', ['home', 'electronics']) }}">
|
|
<span class="fw-medium">Electronics Store</span>
|
|
<span class="d-block fs-xs text-body-secondary">Megamenu + Hero slider</span>
|
|
<div class="d-none d-lg-block hover-effect-target position-absolute top-0 start-100 bg-body border border-light-subtle rounded rounded-start-0 transition-none invisible opacity-0 pt-2 px-2 ms-n2"
|
|
style="width: 212px; height: calc(100% + 2px); margin-top: -1px">
|
|
<img class="position-relative z-2 d-none-dark"
|
|
src="/img/mega-menu/demo-preview/electronics-light.jpg"
|
|
alt="Electronics Store">
|
|
<img class="position-relative z-2 d-none d-block-dark"
|
|
src="/img/mega-menu/demo-preview/electronics-dark.jpg"
|
|
alt="Electronics Store">
|
|
<span
|
|
class="position-absolute top-0 start-0 w-100 h-100 rounded rounded-start-0 d-none-dark"
|
|
style="box-shadow: .875rem .5rem 2rem -.5rem #676f7b; opacity: .1"></span>
|
|
<span
|
|
class="position-absolute top-0 start-0 w-100 h-100 rounded rounded-start-0 d-none d-block-dark"
|
|
style="box-shadow: .875rem .5rem 1.875rem -.5rem #080b12; opacity: .25"></span>
|
|
</div>
|
|
</a>
|
|
</li>
|
|
<li class="hover-effect-opacity px-2 mx-n2">
|
|
<a class="dropdown-item d-block mb-0" href="{{ route('second', ['home', 'fashion-v1'])}}">
|
|
<span class="fw-medium">Fashion Store v.1</span>
|
|
<span class="d-block fs-xs text-body-secondary">Hero promo slider</span>
|
|
<div class="d-none d-lg-block hover-effect-target position-absolute top-0 start-100 bg-body border border-light-subtle rounded rounded-start-0 transition-none invisible opacity-0 pt-2 px-2 ms-n2"
|
|
style="width: 212px; height: calc(100% + 2px); margin-top: -1px">
|
|
<img class="position-relative z-2 d-none-dark"
|
|
src="/img/mega-menu/demo-preview/fashion-1-light.jpg"
|
|
alt="Fashion Store v.1">
|
|
<img class="position-relative z-2 d-none d-block-dark"
|
|
src="/img/mega-menu/demo-preview/fashion-1-dark.jpg"
|
|
alt="Fashion Store v.1">
|
|
<span
|
|
class="position-absolute top-0 start-0 w-100 h-100 rounded rounded-start-0 d-none-dark"
|
|
style="box-shadow: .875rem .5rem 2rem -.5rem #676f7b; opacity: .1"></span>
|
|
<span
|
|
class="position-absolute top-0 start-0 w-100 h-100 rounded rounded-start-0 d-none d-block-dark"
|
|
style="box-shadow: .875rem .5rem 1.875rem -.5rem #080b12; opacity: .25"></span>
|
|
</div>
|
|
</a>
|
|
</li>
|
|
<li class="hover-effect-opacity px-2 mx-n2">
|
|
<a class="dropdown-item d-block mb-0" href="{{ route('second', ['home', 'fashion-v2']) }}">
|
|
<span class="fw-medium">Fashion Store v.2</span>
|
|
<span class="d-block fs-xs text-body-secondary">Hero banner with hotspots</span>
|
|
<div class="d-none d-lg-block hover-effect-target position-absolute top-0 start-100 bg-body border border-light-subtle rounded rounded-start-0 transition-none invisible opacity-0 pt-2 px-2 ms-n2"
|
|
style="width: 212px; height: calc(100% + 2px); margin-top: -1px">
|
|
<img class="position-relative z-2 d-none-dark"
|
|
src="/img/mega-menu/demo-preview/fashion-2-light.jpg"
|
|
alt="Fashion Store v.2">
|
|
<img class="position-relative z-2 d-none d-block-dark"
|
|
src="/img/mega-menu/demo-preview/fashion-2-dark.jpg"
|
|
alt="Fashion Store v.2">
|
|
<span
|
|
class="position-absolute top-0 start-0 w-100 h-100 rounded rounded-start-0 d-none-dark"
|
|
style="box-shadow: .875rem .5rem 2rem -.5rem #676f7b; opacity: .1"></span>
|
|
<span
|
|
class="position-absolute top-0 start-0 w-100 h-100 rounded rounded-start-0 d-none d-block-dark"
|
|
style="box-shadow: .875rem .5rem 1.875rem -.5rem #080b12; opacity: .25"></span>
|
|
</div>
|
|
</a>
|
|
</li>
|
|
<li class="hover-effect-opacity px-2 mx-n2">
|
|
<a class="dropdown-item d-block mb-0" href="{{ route('second', ['home', 'furniture']) }}">
|
|
<span class="fw-medium">Furniture Store</span>
|
|
<span class="d-block fs-xs text-body-secondary">Fancy product carousel</span>
|
|
<div class="d-none d-lg-block hover-effect-target position-absolute top-0 start-100 bg-body border border-light-subtle rounded rounded-start-0 transition-none invisible opacity-0 pt-2 px-2 ms-n2"
|
|
style="width: 212px; height: calc(100% + 2px); margin-top: -1px">
|
|
<img class="position-relative z-2 d-none-dark"
|
|
src="/img/mega-menu/demo-preview/furniture-light.jpg"
|
|
alt="Furniture Store">
|
|
<img class="position-relative z-2 d-none d-block-dark"
|
|
src="/img/mega-menu/demo-preview/furniture-dark.jpg"
|
|
alt="Furniture Store">
|
|
<span
|
|
class="position-absolute top-0 start-0 w-100 h-100 rounded rounded-start-0 d-none-dark"
|
|
style="box-shadow: .875rem .5rem 2rem -.5rem #676f7b; opacity: .1"></span>
|
|
<span
|
|
class="position-absolute top-0 start-0 w-100 h-100 rounded rounded-start-0 d-none d-block-dark"
|
|
style="box-shadow: .875rem .5rem 1.875rem -.5rem #080b12; opacity: .25"></span>
|
|
</div>
|
|
</a>
|
|
</li>
|
|
<li class="hover-effect-opacity px-2 mx-n2">
|
|
<a class="dropdown-item d-block mb-0" href="{{ route('second', ['home', 'grocery']) }}">
|
|
<span class="fw-medium">Grocery Store</span>
|
|
<span class="d-block fs-xs text-body-secondary">Hero slider + Category cards</span>
|
|
<div class="d-none d-lg-block hover-effect-target position-absolute top-0 start-100 bg-body border border-light-subtle rounded rounded-start-0 transition-none invisible opacity-0 pt-2 px-2 ms-n2"
|
|
style="width: 212px; height: calc(100% + 2px); margin-top: -1px">
|
|
<img class="position-relative z-2 d-none-dark"
|
|
src="/img/mega-menu/demo-preview/grocery-light.jpg" alt="Grocery Store">
|
|
<img class="position-relative z-2 d-none d-block-dark"
|
|
src="/img/mega-menu/demo-preview/grocery-dark.jpg" alt="Grocery Store">
|
|
<span
|
|
class="position-absolute top-0 start-0 w-100 h-100 rounded rounded-start-0 d-none-dark"
|
|
style="box-shadow: .875rem .5rem 2rem -.5rem #676f7b; opacity: .1"></span>
|
|
<span
|
|
class="position-absolute top-0 start-0 w-100 h-100 rounded rounded-start-0 d-none d-block-dark"
|
|
style="box-shadow: .875rem .5rem 1.875rem -.5rem #080b12; opacity: .25"></span>
|
|
</div>
|
|
</a>
|
|
</li>
|
|
<li class="hover-effect-opacity px-2 mx-n2">
|
|
<a class="dropdown-item d-block mb-0" href="{{ route('second', ['home', 'marketplace']) }}">
|
|
<span class="fw-medium">Marketplace</span>
|
|
<span class="d-block fs-xs text-body-secondary">Multi-vendor, digital goods</span>
|
|
<div class="d-none d-lg-block hover-effect-target position-absolute top-0 start-100 bg-body border border-light-subtle rounded rounded-start-0 transition-none invisible opacity-0 pt-2 px-2 ms-n2"
|
|
style="width: 212px; height: calc(100% + 2px); margin-top: -1px">
|
|
<img class="position-relative z-2 d-none-dark"
|
|
src="/img/mega-menu/demo-preview/marketplace-light.jpg" alt="Marketplace">
|
|
<img class="position-relative z-2 d-none d-block-dark"
|
|
src="/img/mega-menu/demo-preview/marketplace-dark.jpg" alt="Marketplace">
|
|
<span
|
|
class="position-absolute top-0 start-0 w-100 h-100 rounded rounded-start-0 d-none-dark"
|
|
style="box-shadow: .875rem .5rem 2rem -.5rem #676f7b; opacity: .1"></span>
|
|
<span
|
|
class="position-absolute top-0 start-0 w-100 h-100 rounded rounded-start-0 d-none d-block-dark"
|
|
style="box-shadow: .875rem .5rem 1.875rem -.5rem #080b12; opacity: .25"></span>
|
|
</div>
|
|
</a>
|
|
</li>
|
|
<li class="hover-effect-opacity px-2 mx-n2">
|
|
<a class="dropdown-item d-block mb-0" href="{{ route('second', ['home', 'single-store']) }}">
|
|
<span class="fw-medium">Single Product Store</span>
|
|
<span class="d-block fs-xs text-body-secondary">Single product / mono brand</span>
|
|
<div class="d-none d-lg-block hover-effect-target position-absolute top-0 start-100 bg-body border border-light-subtle rounded rounded-start-0 transition-none invisible opacity-0 pt-2 px-2 ms-n2"
|
|
style="width: 212px; height: calc(100% + 2px); margin-top: -1px">
|
|
<img class="position-relative z-2 d-none-dark"
|
|
src="/img/mega-menu/demo-preview/single-store-light.jpg"
|
|
alt="Single Product Store">
|
|
<img class="position-relative z-2 d-none d-block-dark"
|
|
src="/img/mega-menu/demo-preview/single-store-dark.jpg"
|
|
alt="Single Product Store">
|
|
<span
|
|
class="position-absolute top-0 start-0 w-100 h-100 rounded rounded-start-0 d-none-dark"
|
|
style="box-shadow: .875rem .5rem 2rem -.5rem #676f7b; opacity: .1"></span>
|
|
<span
|
|
class="position-absolute top-0 start-0 w-100 h-100 rounded rounded-start-0 d-none d-block-dark"
|
|
style="box-shadow: .875rem .5rem 1.875rem -.5rem #080b12; opacity: .25"></span>
|
|
</div>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="nav-item dropdown position-static py-lg-2 me-lg-n1 me-xl-0">
|
|
<a class="nav-link dropdown-toggle active" aria-current="page" href="#" role="button"
|
|
data-bs-toggle="dropdown" data-bs-trigger="hover" aria-expanded="false">Shop</a>
|
|
<div class="dropdown-menu rounded-4 p-4" style="--cz-dropdown-spacer: .875rem">
|
|
<div class="d-flex flex-column flex-lg-row gap-4">
|
|
<div style="min-width: 190px">
|
|
<div class="h6 mb-2">Electronics Store</div>
|
|
<ul class="nav flex-column gap-2 mt-0">
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['shop', 'categories-electronics']) }}">Categories Page</a>
|
|
</li>
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['shop', 'catalog-electronics']) }}">Catalog with Side Filters</a>
|
|
</li>
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['shop', 'product-general-electronics']) }}">Product General Info</a>
|
|
</li>
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['shop', 'product-details-electronics']) }}">Product Details</a>
|
|
</li>
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['shop', 'product-reviews-electronics']) }}">Product Reviews</a>
|
|
</li>
|
|
</ul>
|
|
<div class="h6 pt-4 mb-2">Fashion Store</div>
|
|
<ul class="nav flex-column gap-2 mt-0">
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['shop', 'catalog-fashion']) }}">Catalog with Side Filters</a>
|
|
</li>
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['shop', 'product-fashion']) }}">Product Page</a>
|
|
</li>
|
|
</ul>
|
|
<div class="h6 pt-4 mb-2">Furniture Store</div>
|
|
<ul class="nav flex-column gap-2 mt-0">
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['shop', 'catalog-furniture']) }}">Catalog with Top Filters</a>
|
|
</li>
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['shop', 'product-furniture']) }}">Product Page</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div style="min-width: 190px">
|
|
<div class="h6 mb-2">Grocery Store</div>
|
|
<ul class="nav flex-column gap-2 mt-0">
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['shop', 'catalog-grocery']) }}">Catalog with Side Filters</a>
|
|
</li>
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['shop', 'product-grocery']) }}">Product Page</a>
|
|
</li>
|
|
</ul>
|
|
<div class="h6 pt-4 mb-2">Marketplace</div>
|
|
<ul class="nav flex-column gap-2 mt-0">
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['shop', 'catalog-marketplace']) }}">Catalog with Top Filters</a>
|
|
</li>
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['shop', 'product-marketplace']) }}'">Digital Product Page</a>
|
|
</li>
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['checkout', 'marketplace']) }}">Cart / Checkout</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div style="min-width: 190px">
|
|
<div class="h6 mb-2">Checkout v.1</div>
|
|
<ul class="nav flex-column gap-2 mt-0">
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['checkout', 'v1-cart']) }}">Shopping Cart</a>
|
|
</li>
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['checkout', 'v1-delivery-1']) }}">Delivery Info (Step 1)</a>
|
|
</li>
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['checkout', 'v1-delivery-2']) }}">Delivery Info (Step 2)</a>
|
|
</li>
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['checkout', 'v1-shipping']) }}">Shipping Address</a>
|
|
</li>
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['checkout', 'v1-payment']) }}">Payment</a>
|
|
</li>
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['checkout', 'v1-thankyou']) }}">Thank You Page</a>
|
|
</li>
|
|
</ul>
|
|
<div class="h6 pt-4 mb-2">Checkout v.2</div>
|
|
<ul class="nav flex-column gap-2 mt-0">
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['checkout', 'v2-cart']) }}">Shopping Cart</a>
|
|
</li>
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['checkout', 'v2-delivery']) }}">Delivery Info</a>
|
|
</li>
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['checkout', 'v2-pickup']) }}">Pickup from Store</a>
|
|
</li>
|
|
<li class="d-flex w-100 pt-1">
|
|
<a class="nav-link animate-underline animate-target d-inline fw-normal text-truncate p-0"
|
|
href="{{ route('second', ['checkout', 'v2-thankyou']) }}">Thank You Page</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</li>
|
|
<li class="nav-item dropdown py-lg-2 me-lg-n1 me-xl-0">
|
|
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown"
|
|
data-bs-trigger="hover" data-bs-auto-close="outside" aria-expanded="false">Account</a>
|
|
<ul class="dropdown-menu" style="--cz-dropdown-spacer: .875rem">
|
|
<li class="dropend">
|
|
<a class="dropdown-item dropdown-toggle" href="#!" role="button"
|
|
data-bs-toggle="dropdown" data-bs-trigger="hover" aria-expanded="false">Auth
|
|
Pages</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="{{ route('second', ['account', 'signin']) }}">Sign In</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['account', 'signup']) }}">Sign Up</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['account', 'password-recovery']) }}">Password
|
|
Recovery</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="dropend">
|
|
<a class="dropdown-item dropdown-toggle" href="#!" role="button"
|
|
data-bs-toggle="dropdown" data-bs-trigger="hover" aria-expanded="false">Shop
|
|
User</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="{{ route('second', ['account', 'orders']) }}">Orders History</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['account', 'wishlist']) }}">Wishlist</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['account', 'payment']) }}">Payment Methods</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['account', 'reviews']) }}">My Reviews</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['account', 'info']) }}">Personal Info</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['account', 'addresses']) }}">Addresses</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['account', 'notifications']) }}">Notifications</a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="dropend">
|
|
<a class="dropdown-item dropdown-toggle" href="#!" role="button"
|
|
data-bs-toggle="dropdown" data-bs-trigger="hover"
|
|
aria-expanded="false">Marketplace User</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item"
|
|
href="{{ route('second', ['account', 'marketplace-dashboard']) }}">Dashboard</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['account', 'marketplace-products']) }}">Products</a>
|
|
</li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['account', 'marketplace-sales']) }}">Sales</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['account', 'marketplace-payouts']) }}">Payouts</a>
|
|
</li>
|
|
<li><a class="dropdown-item"
|
|
href="{{ route('second', ['account', 'marketplace-purchases']) }}">Purchases</a></li>
|
|
<li><a class="dropdown-item"
|
|
href="{{ route('second', ['account', 'marketplace-favorites']) }}">Favorites</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['account', 'marketplace-settings']) }}">Settings</a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="nav-item dropdown py-lg-2 me-lg-n1 me-xl-0">
|
|
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown"
|
|
data-bs-trigger="hover" data-bs-auto-close="outside" aria-expanded="false">Pages</a>
|
|
<ul class="dropdown-menu" style="--cz-dropdown-spacer: .875rem">
|
|
<li class="dropend">
|
|
<a class="dropdown-item dropdown-toggle" href="#!" role="button"
|
|
data-bs-toggle="dropdown" data-bs-trigger="hover" aria-expanded="false">About</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="{{ route('second', ['about', 'v1']) }}">About v.1</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['about', 'v2']) }}">About v.2</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="dropend">
|
|
<a class="dropdown-item dropdown-toggle" href="#!" role="button"
|
|
data-bs-toggle="dropdown" data-bs-trigger="hover" aria-expanded="false">Blog</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="{{ route('second', ['blog', 'grid-v1']) }}">Grid View v.1</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['blog', 'grid-v2']) }}">Grid View v.2</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['blog', 'list']) }}">List View</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['blog', 'single-v1']) }}">Single Post v.1</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['blog', 'single-v2']) }}">Single Post v.2</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="dropend">
|
|
<a class="dropdown-item dropdown-toggle" href="#!" role="button"
|
|
data-bs-toggle="dropdown" data-bs-trigger="hover"
|
|
aria-expanded="false">Contact</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="{{ route('second', ['contact', 'v1']) }}">Contact v.1</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['contact', 'v2']) }}">Contact v.2</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['contact', 'v3']) }}">Contact v.3</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="dropend">
|
|
<a class="dropdown-item dropdown-toggle" href="#!" role="button"
|
|
data-bs-toggle="dropdown" data-bs-trigger="hover" aria-expanded="false">Help
|
|
Center</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="{{ route('second', ['help', 'topics-v1']) }}">Help Topics v.1</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['help', 'topics-v2']) }}">Help Topics v.2</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['help', 'single-article-v1']) }}">Help Single
|
|
Article v.1</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['help', 'single-article-v2']) }}">Help Single
|
|
Article v.2</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="dropend">
|
|
<a class="dropdown-item dropdown-toggle" href="#!" role="button"
|
|
data-bs-toggle="dropdown" data-bs-trigger="hover" aria-expanded="false">404
|
|
Error</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="{{ route('second', ['404', 'electronics']) }}">404 Electronics</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['404', 'fashion']) }}">404 Fashion</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['404', 'furniture']) }}">404 Furniture</a></li>
|
|
<li><a class="dropdown-item" href="{{ route('second', ['404', 'grocery']) }}">404 Grocery</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a class="dropdown-item" href="{{ route('any', 'terms-and-conditions')}}">Terms & Conditions</a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<!-- Account button visible on screens < 768px wide (md breakpoint) -->
|
|
<div class="offcanvas-header nav border-top px-0 py-3 mt-3 d-md-none">
|
|
<a class="nav-link justify-content-center w-100" href="{{ route('second', ['account', 'signin']) }}">
|
|
<i class="ci-user fs-lg opacity-60 ms-n2 me-2"></i>
|
|
Account
|
|
</a>
|
|
</div>
|
|
</nav>
|
|
|
|
<!-- Button group -->
|
|
<div class="d-flex align-items-center">
|
|
|
|
<!-- Theme switcher (light/dark/auto) -->
|
|
<div class="dropdown">
|
|
<button type="button"
|
|
class="theme-switcher btn btn-icon btn-lg btn-outline-secondary fs-lg border-0 rounded-circle animate-scale"
|
|
data-bs-toggle="dropdown" aria-expanded="false" aria-label="Toggle theme (light)">
|
|
<span class="theme-icon-active d-flex animate-target">
|
|
<i class="ci-sun"></i>
|
|
</span>
|
|
</button>
|
|
<ul class="dropdown-menu" style="--cz-dropdown-min-width: 9rem">
|
|
<li>
|
|
<button type="button" class="dropdown-item active" data-bs-theme-value="light"
|
|
aria-pressed="true">
|
|
<span class="theme-icon d-flex fs-base me-2">
|
|
<i class="ci-sun"></i>
|
|
</span>
|
|
<span class="theme-label">Light</span>
|
|
<i class="item-active-indicator ci-check ms-auto"></i>
|
|
</button>
|
|
</li>
|
|
<li>
|
|
<button type="button" class="dropdown-item" data-bs-theme-value="dark"
|
|
aria-pressed="false">
|
|
<span class="theme-icon d-flex fs-base me-2">
|
|
<i class="ci-moon"></i>
|
|
</span>
|
|
<span class="theme-label">Dark</span>
|
|
<i class="item-active-indicator ci-check ms-auto"></i>
|
|
</button>
|
|
</li>
|
|
<li>
|
|
<button type="button" class="dropdown-item" data-bs-theme-value="auto"
|
|
aria-pressed="false">
|
|
<span class="theme-icon d-flex fs-base me-2">
|
|
<i class="ci-auto"></i>
|
|
</span>
|
|
<span class="theme-label">Auto</span>
|
|
<i class="item-active-indicator ci-check ms-auto"></i>
|
|
</button>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<!-- Search toggle button -->
|
|
<button type="button"
|
|
class="btn btn-icon btn-lg fs-xl btn-outline-secondary border-0 rounded-circle animate-shake"
|
|
data-bs-toggle="offcanvas" data-bs-target="#searchBox" aria-controls="searchBox"
|
|
aria-label="Toggle search bar">
|
|
<i class="ci-search animate-target"></i>
|
|
</button>
|
|
|
|
<!-- Account button visible on screens > 768px wide (md breakpoint) -->
|
|
<a class="btn btn-icon btn-lg fs-lg btn-outline-secondary border-0 rounded-circle animate-shake d-none d-md-inline-flex"
|
|
href="{{ route('second', ['account', 'signin']) }}">
|
|
<i class="ci-user animate-target"></i>
|
|
<span class="visually-hidden">Account</span>
|
|
</a>
|
|
|
|
<!-- Cart button -->
|
|
<button type="button"
|
|
class="btn btn-icon btn-lg fs-xl btn-outline-secondary position-relative border-0 rounded-circle animate-scale"
|
|
data-bs-toggle="offcanvas" data-bs-target="#shoppingCart" aria-controls="shoppingCart"
|
|
aria-label="Shopping cart">
|
|
<span class="position-absolute top-0 start-100 badge fs-xs text-bg-primary rounded-pill mt-1 ms-n4 z-2"
|
|
style="--cz-badge-padding-y: .25em; --cz-badge-padding-x: .42em">3</span>
|
|
<i class="ci-shopping-bag animate-target me-1"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
|
|
<main class="content-wrapper">
|
|
<div class="container pt-4 pt-md-5 pb-5 mt-sm-3 mt-md-0 mb-2 mb-md-3 mb-lg-4 mb-xl-5">
|
|
<div class="row">
|
|
<div class="col-xl-10 offset-xl-1">
|
|
<h1 class="h3 pb-2 pb-md-3">Checkout</h1>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
|
|
<!-- Cart items -->
|
|
<div class="col-lg-6 col-xl-5 offset-xl-1 mb-5 mb-lg-0">
|
|
<div class="vstack gap-4">
|
|
|
|
<!-- Item -->
|
|
<div class="d-flex align-items-center">
|
|
<a class="flex-sm-shrink-0" href="{{ route('second', ['shop', 'product-marketplace']) }}'" style="width: 142px">
|
|
<div class="ratio bg-body-tertiary rounded overflow-hidden"
|
|
style="--cz-aspect-ratio: calc(110 / 142 * 100%)">
|
|
<img src="/img/home/marketplace/cart/01.jpg" alt="Thumbnail">
|
|
</div>
|
|
</a>
|
|
<div class="w-100 min-w-0 ps-3">
|
|
<h5 class="d-flex animate-underline mb-2">
|
|
<a class="d-block fs-sm fw-medium text-truncate animate-target"
|
|
href="{{ route('second', ['shop', 'product-marketplace']) }}'">Multi device mockup PSD</a>
|
|
</h5>
|
|
<div class="h6 pb-1 mb-2">$27.00</div>
|
|
<div class="d-flex align-items-center justify-content-between gap-1">
|
|
<div class="w-100" style="max-width: 185px">
|
|
<select class="form-select form-select-sm rounded-pill"
|
|
data-select='{
|
|
"classNames": {
|
|
"containerInner": ["form-select", "form-select-sm", "rounded-pill"]
|
|
},
|
|
"removeItemButton": false
|
|
}'
|
|
aria-label="Small pill select">
|
|
<option value="standard">Standard license</option>
|
|
<option value="extended">Extended license</option>
|
|
</select>
|
|
</div>
|
|
<button type="button" class="btn btn-icon btn-sm flex-shrink-0 fs-sm"
|
|
data-bs-toggle="tooltip" data-bs-custom-class="tooltip-sm" data-bs-title="Remove"
|
|
aria-label="Remove from cart">
|
|
<i class="ci-trash fs-base"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Item -->
|
|
<div class="d-flex align-items-center">
|
|
<a class="flex-sm-shrink-0" href="{{ route('second', ['shop', 'product-marketplace']) }}'" style="width: 142px">
|
|
<div class="ratio bg-body-tertiary rounded overflow-hidden"
|
|
style="--cz-aspect-ratio: calc(110 / 142 * 100%)">
|
|
<img src="/img/home/marketplace/cart/02.jpg" alt="Thumbnail">
|
|
</div>
|
|
</a>
|
|
<div class="w-100 min-w-0 ps-3">
|
|
<h5 class="d-flex animate-underline mb-2">
|
|
<a class="d-block fs-sm fw-medium text-truncate animate-target"
|
|
href="{{ route('second', ['shop', 'product-marketplace']) }}'">Isometric device mockups</a>
|
|
</h5>
|
|
<div class="h6 pb-1 mb-2">$12.00</div>
|
|
<div class="d-flex align-items-center justify-content-between gap-2">
|
|
<div class="w-100" style="max-width: 185px">
|
|
<select class="form-select form-select-sm rounded-pill"
|
|
data-select='{
|
|
"classNames": {
|
|
"containerInner": ["form-select", "form-select-sm", "rounded-pill"]
|
|
},
|
|
"removeItemButton": false
|
|
}'
|
|
aria-label="Small pill select">
|
|
<option value="standard">Standard license</option>
|
|
<option value="extended">Extended license</option>
|
|
</select>
|
|
</div>
|
|
<button type="button" class="btn btn-icon btn-sm flex-shrink-0 fs-sm"
|
|
data-bs-toggle="tooltip" data-bs-custom-class="tooltip-sm" data-bs-title="Remove"
|
|
aria-label="Remove from cart">
|
|
<i class="ci-trash fs-base"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Item -->
|
|
<div class="d-flex align-items-center">
|
|
<a class="flex-sm-shrink-0" href="{{ route('second', ['shop', 'product-marketplace']) }}'" style="width: 142px">
|
|
<div class="ratio bg-body-tertiary rounded overflow-hidden"
|
|
style="--cz-aspect-ratio: calc(110 / 142 * 100%)">
|
|
<img src="/img/home/marketplace/cart/03.jpg" alt="Thumbnail">
|
|
</div>
|
|
</a>
|
|
<div class="w-100 min-w-0 ps-3">
|
|
<h5 class="d-flex animate-underline mb-2">
|
|
<a class="d-block fs-sm fw-medium text-truncate animate-target"
|
|
href="{{ route('second', ['shop', 'product-marketplace']) }}'">Modern poster with abstract shapes</a>
|
|
</h5>
|
|
<div class="h6 pb-1 mb-2">$8.00</div>
|
|
<div class="d-flex align-items-center justify-content-between gap-2">
|
|
<div class="w-100" style="max-width: 185px">
|
|
<select class="form-select form-select-sm rounded-pill"
|
|
data-select='{
|
|
"classNames": {
|
|
"containerInner": ["form-select", "form-select-sm", "rounded-pill"]
|
|
},
|
|
"removeItemButton": false
|
|
}'
|
|
aria-label="Small pill select">
|
|
<option value="standard">Standard license</option>
|
|
<option value="extended">Extended license</option>
|
|
</select>
|
|
</div>
|
|
<button type="button" class="btn btn-icon btn-sm flex-shrink-0 fs-sm"
|
|
data-bs-toggle="tooltip" data-bs-custom-class="tooltip-sm" data-bs-title="Remove"
|
|
aria-label="Remove from cart">
|
|
<i class="ci-trash fs-base"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!-- Payment -->
|
|
<div class="col-lg-5 col-xl-4 offset-lg-1">
|
|
<div class="form-check fs-xl">
|
|
<input type="radio" class="form-check-input" id="card" name="payment" checked>
|
|
<label for="card" class="form-check-label fs-base fw-medium text-body-emphasis ps-1">Pay by
|
|
card</label>
|
|
</div>
|
|
<p class="fs-sm">Visa, Mastercard, Maestro, Discover</p>
|
|
<div class="position-relative mb-3">
|
|
<i class="ci-mail position-absolute top-50 start-0 translate-middle-y ms-3"></i>
|
|
<input type="email" class="form-control form-icon-start rounded-pill"
|
|
value="example@coderthemes" placeholder="Email address">
|
|
</div>
|
|
<div class="position-relative mb-3" data-input-format='{"creditCard": true}'>
|
|
<input type="text" class="form-control form-icon-end rounded-pill"
|
|
placeholder="Enter card number">
|
|
<span class="position-absolute d-flex top-50 end-0 translate-middle-y fs-5 text-body-tertiary me-3"
|
|
data-card-icon></span>
|
|
</div>
|
|
<div class="d-flex gap-3">
|
|
<input type="text" class="form-control w-50 rounded-pill"
|
|
data-input-format='{"date": true, "datePattern": ["m", "y"]}' placeholder="MM/YY">
|
|
<input type="text" class="form-control w-50 rounded-pill" maxlength="4"
|
|
data-input-format='{"numeral": true, "numeralPositiveOnly": true, "numeralThousandsGroupStyle": "none"}'
|
|
placeholder="CVC">
|
|
</div>
|
|
<div class="form-check fs-xl mt-4">
|
|
<input type="radio" class="form-check-input" id="paypal" name="payment">
|
|
<label for="paypal"
|
|
class="form-check-label fs-base fw-medium text-body-emphasis ps-1">PayPal</label>
|
|
</div>
|
|
<div class="d-flex align-items-center justify-content-between w-100 mt-4 mb-3">
|
|
<span class="fs-sm">Estimated total:</span>
|
|
<span class="h6 mb-0">$47</span>
|
|
</div>
|
|
<button type="button" class="btn btn-lg btn-dark w-100 rounded-pill">Pay $47</button>
|
|
<div class="d-flex align-items-center justify-content-center fs-xs text-body-secondary mt-3">
|
|
<i class="ci-lock me-1"></i>
|
|
Your payment is secure
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
|
|
@include('layouts.partials/footer3')
|
|
|
|
@endsection
|
|
|
|
@section('scripts')
|
|
@endsection
|