Files
site/res/templates/app-invoice.html
2025-12-27 21:59:58 +08:00

1009 lines
53 KiB
HTML

{{template "components/header.html" .}}
{{template "components/preloader.html" .}}
<div id="main-wrapper">
<!-- Sidebar Start -->
{{template "components/sidebar.html" .}}
<!-- Sidebar End -->
<div class="page-wrapper">
<!-- Header Start -->
{{template "components/topbar.html" .}}
<!-- Header End -->
<div class="body-wrapper">
<div class="container-fluid">
<div class="card bg-info-subtle shadow-none position-relative overflow-hidden mb-4">
<div class="card-body px-4 py-3">
<div class="row align-items-center">
<div class="col-9">
<h4 class="fw-semibold mb-8">Invoice</h4>
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a class="text-muted text-decoration-none" href="../main/index.html">Home</a>
</li>
<li class="breadcrumb-item" aria-current="page">Invoice</li>
</ol>
</nav>
</div>
<div class="col-3">
<div class="text-center mb-n5">
<img src="../assets/images/breadcrumb/ChatBc.png" alt="modernize-img" class="img-fluid mb-n4" />
</div>
</div>
</div>
</div>
</div>
<div class="card overflow-hidden invoice-application">
<div class="d-flex align-items-center justify-content-between gap-6 m-3 d-lg-none">
<button class="btn btn-primary d-flex" type="button" data-bs-toggle="offcanvas" data-bs-target="#chat-sidebar" aria-controls="chat-sidebar">
<i class="ti ti-menu-2 fs-5"></i>
</button>
<form class="position-relative w-100">
<input type="text" class="form-control search-chat py-2 ps-5" id="text-srh" placeholder="Search Contact">
<i class="ti ti-search position-absolute top-50 start-0 translate-middle-y fs-6 text-dark ms-3"></i>
</form>
</div>
<div class="d-flex">
<div class="w-25 d-none d-lg-block border-end user-chat-box">
<div class="p-3 border-bottom">
<form class="position-relative">
<input type="search" class="form-control search-invoice ps-5" id="text-srh" placeholder="Search Invoice" />
<i class="ti ti-search position-absolute top-50 start-0 translate-middle-y fs-6 text-dark ms-3"></i>
</form>
</div>
<div class="app-invoice">
<ul class="overflow-auto invoice-users" data-simplebar>
<li>
<a href="javascript:void(0)" class="p-3 bg-hover-light-black border-bottom d-flex align-items-start invoice-user listing-user bg-light-subtle" id="invoice-123" data-invoice-id="123">
<div class="btn btn-primary round rounded-circle d-flex align-items-center justify-content-center px-2">
<i class="ti ti-user fs-6"></i>
</div>
<div class="ms-3 d-inline-block w-75">
<h6 class="mb-0 invoice-customer">James Anderson</h6>
<span class="fs-3 invoice-id text-truncate text-body-color d-block w-85">Id: #123</span>
<span class="fs-3 invoice-date text-nowrap text-body-color d-block">9 Fab 2020</span>
</div>
</a>
</li>
<li>
<a href="javascript:void(0)" class="p-3 bg-hover-light-black border-bottom d-flex align-items-start invoice-user listing-user" id="invoice-124" data-invoice-id="124">
<div class="btn btn-danger round rounded-circle d-flex align-items-center justify-content-center px-2">
<i class="ti ti-user fs-6"></i>
</div>
<div class="ms-3 d-inline-block w-75">
<h6 class="mb-0 invoice-customer">Bianca Doe</h6>
<span class="fs-3 invoice-id text-truncate text-body-color d-block w-85">#124</span>
<span class="fs-3 invoice-date text-nowrap text-body-color d-block">9 Fab 2020</span>
</div>
</a>
</li>
<li>
<a href="javascript:void(0)" class="p-3 bg-hover-light-black border-bottom d-flex align-items-start invoice-user listing-user" id="invoice-125" data-invoice-id="125">
<div class="btn btn-info round rounded-circle d-flex align-items-center justify-content-center px-2">
<i class="ti ti-user fs-6"></i>
</div>
<div class="ms-3 d-inline-block w-75">
<h6 class="mb-0 invoice-customer">Angelina Rhodes</h6>
<span class="fs-3 invoice-id text-truncate text-body-color d-block w-85">#125</span>
<span class="fs-3 invoice-date text-nowrap text-body-color d-block">9 Fab 2020</span>
</div>
</a>
</li>
<li>
<a href="javascript:void(0)" class="p-3 bg-hover-light-black border-bottom d-flex align-items-start invoice-user listing-user" id="invoice-126" data-invoice-id="126">
<div class="btn btn-warning round rounded-circle d-flex align-items-center justify-content-center px-2">
<i class="ti ti-user fs-6"></i>
</div>
<div class="ms-3 d-inline-block w-75">
<h6 class="mb-0 invoice-customer">Samuel Smith</h6>
<span class="fs-3 invoice-id text-truncate text-body-color d-block w-85">#126</span>
<span class="fs-3 invoice-date text-nowrap text-body-color d-block">9 Fab 2020</span>
</div>
</a>
</li>
<li>
<a href="javascript:void(0)" class="p-3 bg-hover-light-black border-bottom d-flex align-items-start invoice-user listing-user" id="invoice-127" data-invoice-id="127">
<div class="btn btn-primary round rounded-circle d-flex align-items-center justify-content-center px-2">
<i class="ti ti-user fs-6"></i>
</div>
<div class="ms-3 d-inline-block w-75">
<h6 class="mb-0 invoice-customer">Gabriel Jobs</h6>
<span class="fs-3 invoice-id text-truncate text-body-color d-block w-85">#127</span>
<span class="fs-3 invoice-date text-nowrap text-body-color d-block">9 Fab 2020</span>
</div>
</a>
</li>
<li></li>
</ul>
</div>
</div>
<div class="w-75 w-xs-100 chat-container">
<div class="invoice-inner-part h-100">
<div class="invoiceing-box">
<div class="invoice-header d-flex align-items-center border-bottom p-3">
<h4 class=" text-uppercase mb-0">Invoice</h4>
<div class="ms-auto">
<h4 class="invoice-number"></h4>
</div>
</div>
<div class="p-3" id="custom-invoice">
<div class="invoice-123" id="printableArea">
<div class="row pt-3">
<div class="col-md-12">
<div>
<address>
<h6>&nbsp;From,</h6>
<h6 class="fw-bold">&nbsp;Steve Jobs</h6>
<p class="ms-1">
1108, Clair Street,
<br />Massachusetts,
<br />Woods Hole - 02543
</p>
</address>
</div>
<div class="text-end">
<address>
<h6>To,</h6>
<h6 class="fw-bold invoice-customer">
James Anderson,
</h6>
<p class="ms-4">
455, Shobe Lane,
<br />Colorado,
<br />Fort
Collins - 80524
</p>
<p class="mt-4 mb-1">
<span>Invoice Date :</span>
<i class="ti ti-calendar"></i>
23rd Jan 2021
</p>
<p>
<span>Due Date :</span>
<i class="ti ti-calendar"></i>
25th Jan 2021
</p>
</address>
</div>
</div>
<div class="col-md-12">
<div class="table-responsive mt-5">
<table class="table table-hover">
<thead>
<!-- start row -->
<tr>
<th class="text-center">#</th>
<th>Description</th>
<th class="text-end">Quantity</th>
<th class="text-end">Unit Cost</th>
<th class="text-end">Total</th>
</tr>
<!-- end row -->
</thead>
<tbody>
<!-- start row -->
<tr>
<td class="text-center">1</td>
<td>Milk Powder</td>
<td class="text-end">2</td>
<td class="text-end">$24</td>
<td class="text-end">$48</td>
</tr>
<!-- end row -->
<!-- start row -->
<tr>
<td class="text-center">2</td>
<td>Air Conditioner</td>
<td class="text-end">5</td>
<td class="text-end">$500</td>
<td class="text-end">$2500</td>
</tr>
<!-- end row -->
<!-- start row -->
<tr>
<td class="text-center">3</td>
<td>RC Cars</td>
<td class="text-end">30</td>
<td class="text-end">$600</td>
<td class="text-end">$18000</td>
</tr>
<!-- end row -->
<!-- start row -->
<tr>
<td class="text-center">4</td>
<td>Down Coat</td>
<td class="text-end">62</td>
<td class="text-end">$5</td>
<td class="text-end">$310</td>
</tr>
<!-- end row -->
</tbody>
</table>
</div>
</div>
<div class="col-md-12">
<div class="pull-right mt-4 text-end">
<p>Sub - Total amount: $20,858</p>
<p>vat (10%) : $2,085</p>
<hr />
<h3>
<b>Total :</b> $22,943
</h3>
</div>
<div class="clearfix"></div>
<hr />
<div class="text-end">
<button class="btn bg-danger-subtle text-danger" type="submit">
Proceed to payment
</button>
<button class="btn btn-primary btn-default print-page ms-6" type="button">
<span>
<i class="ti ti-printer fs-5"></i>
Print
</span>
</button>
</div>
</div>
</div>
</div>
<!-- 2 -->
<div class="invoice-124" id="printableArea">
<div class="row pt-3">
<div class="col-md-12">
<div>
<address>
<h6>&nbsp;From,</h6>
<h6 class="fw-bold">&nbsp;Steve Jobs</h6>
<p class="ms-1">
1108, Clair Street,
<br />Massachusetts,
<br />Woods Hole - 02543
</p>
</address>
</div>
<div class="text-end">
<address>
<h6>To,</h6>
<h6 class="fw-bold invoice-customer">
Bianca Doe,
</h6>
<p class="ms-4">
455, Shobe Lane,
<br />Colorado,
<br />Fort
Collins - 80524
</p>
<p class="mt-4 mb-1">
<span>Invoice Date :</span>
<i class="ti ti-calendar"></i>
23rd Jan 2021
</p>
<p>
<span>Due Date :</span>
<i class="ti ti-calendar"></i>
25th Jan 2021
</p>
</address>
</div>
</div>
<div class="col-md-12">
<div class="table-responsive mt-5">
<table class="table table-hover">
<thead>
<!-- start row -->
<tr>
<th class="text-center">#</th>
<th>Description</th>
<th class="text-end">Quantity</th>
<th class="text-end">Unit Cost</th>
<th class="text-end">Total</th>
</tr>
<!-- end row -->
</thead>
<tbody>
<!-- start row -->
<tr>
<td class="text-center">1</td>
<td>Milk Powder</td>
<td class="text-end">2</td>
<td class="text-end">$24</td>
<td class="text-end">$48</td>
</tr>
<!-- end row -->
<!-- start row -->
<tr>
<td class="text-center">2</td>
<td>Air Conditioner</td>
<td class="text-end">5</td>
<td class="text-end">$500</td>
<td class="text-end">$2500</td>
</tr>
<!-- end row -->
<!-- start row -->
<tr>
<td class="text-center">3</td>
<td>RC Cars</td>
<td class="text-end">30</td>
<td class="text-end">$600</td>
<td class="text-end">$18000</td>
</tr>
<!-- end row -->
<!-- start row -->
<tr>
<td class="text-center">4</td>
<td>Down Coat</td>
<td class="text-end">62</td>
<td class="text-end">$5</td>
<td class="text-end">$310</td>
</tr>
<!-- end row -->
</tbody>
</table>
</div>
</div>
<div class="col-md-12">
<div class="pull-right mt-4 text-end">
<p>Sub - Total amount: $20,858</p>
<p>vat (10%) : $2,085</p>
<hr />
<h3>
<b>Total :</b> $22,943
</h3>
</div>
<div class="clearfix"></div>
<hr />
<div class="text-end">
<button class="btn bg-danger-subtle text-danger" type="submit">
Proceed to payment
</button>
<button class="btn btn-primary btn-default print-page ms-6" type="button">
<span>
<i class="ti ti-printer fs-5"></i>
Print
</span>
</button>
</div>
</div>
</div>
</div>
<!-- 3 -->
<div class="invoice-125" id="printableArea">
<div class="row pt-3">
<div class="col-md-12">
<div>
<address>
<h6>&nbsp;From,</h6>
<h6 class="fw-bold">&nbsp;Steve Jobs</h6>
<p class="ms-1">
1108, Clair Street,
<br />Massachusetts,
<br />Woods Hole - 02543
</p>
</address>
</div>
<div class="text-end">
<address>
<h6>To,</h6>
<h6 class="fw-bold invoice-customer">
Angelina Rhodes,
</h6>
<p class="ms-4">
455, Shobe Lane,
<br />Colorado,
<br />Fort
Collins - 80524
</p>
<p class="mt-4 mb-1">
<span>Invoice Date :</span>
<i class="ti ti-calendar"></i>
23rd Jan 2021
</p>
<p>
<span>Due Date :</span>
<i class="ti ti-calendar"></i>
25th Jan 2021
</p>
</address>
</div>
</div>
<div class="col-md-12">
<div class="table-responsive mt-5">
<table class="table table-hover">
<thead>
<!-- start row -->
<tr>
<th class="text-center">#</th>
<th>Description</th>
<th class="text-end">Quantity</th>
<th class="text-end">Unit Cost</th>
<th class="text-end">Total</th>
</tr>
<!-- end row -->
</thead>
<tbody>
<!-- start row -->
<tr>
<td class="text-center">1</td>
<td>Milk Powder</td>
<td class="text-end">2</td>
<td class="text-end">$24</td>
<td class="text-end">$48</td>
</tr>
<!-- end row -->
<!-- start row -->
<tr>
<td class="text-center">2</td>
<td>Air Conditioner</td>
<td class="text-end">5</td>
<td class="text-end">$500</td>
<td class="text-end">$2500</td>
</tr>
<!-- end row -->
<!-- start row -->
<tr>
<td class="text-center">3</td>
<td>RC Cars</td>
<td class="text-end">30</td>
<td class="text-end">$600</td>
<td class="text-end">$18000</td>
</tr>
<!-- end row -->
<!-- start row -->
<tr>
<td class="text-center">4</td>
<td>Down Coat</td>
<td class="text-end">62</td>
<td class="text-end">$5</td>
<td class="text-end">$310</td>
</tr>
<!-- end row -->
</tbody>
</table>
</div>
</div>
<div class="col-md-12">
<div class="pull-right mt-4 text-end">
<p>Sub - Total amount: $20,858</p>
<p>vat (10%) : $2,085</p>
<hr />
<h3>
<b>Total :</b> $22,943
</h3>
</div>
<div class="clearfix"></div>
<hr />
<div class="text-end">
<button class="btn bg-danger-subtle text-danger" type="submit">
Proceed to payment
</button>
<button class="btn btn-primary btn-default print-page ms-6" type="button">
<span>
<i class="ti ti-printer fs-5"></i>
Print
</span>
</button>
</div>
</div>
</div>
</div>
<!-- 4 -->
<div class="invoice-126" id="printableArea">
<div class="row pt-3">
<div class="col-md-12">
<div>
<address>
<h6>&nbsp;From,</h6>
<h6 class="fw-bold">&nbsp;Steve Jobs</h6>
<p class="ms-1">
1108, Clair Street,
<br />Massachusetts,
<br />Woods Hole - 02543
</p>
</address>
</div>
<div class="text-end">
<address>
<h6>To,</h6>
<h6 class="fw-bold invoice-customer">
Samuel Smith,
</h6>
<p class="ms-4">
455, Shobe Lane,
<br />Colorado,
<br />Fort
Collins - 80524
</p>
<p class="mt-4 mb-1">
<span>Invoice Date :</span>
<i class="ti ti-calendar"></i>
23rd Jan 2021
</p>
<p>
<span>Due Date :</span>
<i class="ti ti-calendar"></i>
25th Jan 2021
</p>
</address>
</div>
</div>
<div class="col-md-12">
<div class="table-responsive mt-5">
<table class="table table-hover">
<thead>
<!-- start row -->
<tr>
<th class="text-center">#</th>
<th>Description</th>
<th class="text-end">Quantity</th>
<th class="text-end">Unit Cost</th>
<th class="text-end">Total</th>
</tr>
<!-- end row -->
</thead>
<tbody>
<!-- start row -->
<tr>
<td class="text-center">1</td>
<td>Milk Powder</td>
<td class="text-end">2</td>
<td class="text-end">$24</td>
<td class="text-end">$48</td>
</tr>
<!-- end row -->
<!-- start row -->
<tr>
<td class="text-center">2</td>
<td>Air Conditioner</td>
<td class="text-end">5</td>
<td class="text-end">$500</td>
<td class="text-end">$2500</td>
</tr>
<!-- end row -->
<!-- start row -->
<tr>
<td class="text-center">3</td>
<td>RC Cars</td>
<td class="text-end">30</td>
<td class="text-end">$600</td>
<td class="text-end">$18000</td>
</tr>
<!-- end row -->
<!-- start row -->
<tr>
<td class="text-center">4</td>
<td>Down Coat</td>
<td class="text-end">62</td>
<td class="text-end">$5</td>
<td class="text-end">$310</td>
</tr>
<!-- end row -->
</tbody>
</table>
</div>
</div>
<div class="col-md-12">
<div class="pull-right mt-4 text-end">
<p>Sub - Total amount: $20,858</p>
<p>vat (10%) : $2,085</p>
<hr />
<h3>
<b>Total :</b> $22,943
</h3>
</div>
<div class="clearfix"></div>
<hr />
<div class="text-end">
<button class="btn bg-danger-subtle text-danger" type="submit">
Proceed to payment
</button>
<button class="btn btn-primary btn-default print-page ms-6" type="button">
<span>
<i class="ti ti-printer fs-5"></i>
Print
</span>
</button>
</div>
</div>
</div>
</div>
<!-- 5 -->
<div class="invoice-127" id="printableArea">
<div class="row pt-3">
<div class="col-md-12">
<div>
<address>
<h6>&nbsp;From,</h6>
<h6 class="fw-bold">&nbsp;Steve Jobs</h6>
<p class="ms-1">
1108, Clair Street,
<br />Massachusetts,
<br />Woods Hole - 02543
</p>
</address>
</div>
<div class="text-end">
<address>
<h6>To,</h6>
<h6 class="fw-bold invoice-customer">
Gabriel Jobs,
</h6>
<p class="ms-4">
455, Shobe Lane,
<br />Colorado,
<br />Fort
Collins - 80524
</p>
<p class="mt-4 mb-1">
<span>Invoice Date :</span>
<i class="ti ti-calendar"></i>
23rd Jan 2021
</p>
<p>
<span>Due Date :</span>
<i class="ti ti-calendar"></i>
25th Jan 2021
</p>
</address>
</div>
</div>
<div class="col-md-12">
<div class="table-responsive mt-5">
<table class="table table-hover">
<thead>
<!-- start row -->
<tr>
<th class="text-center">#</th>
<th>Description</th>
<th class="text-end">Quantity</th>
<th class="text-end">Unit Cost</th>
<th class="text-end">Total</th>
</tr>
<!-- end row -->
</thead>
<tbody>
<!-- start row -->
<tr>
<td class="text-center">1</td>
<td>Milk Powder</td>
<td class="text-end">2</td>
<td class="text-end">$24</td>
<td class="text-end">$48</td>
</tr>
<!-- end row -->
<!-- start row -->
<tr>
<td class="text-center">2</td>
<td>Air Conditioner</td>
<td class="text-end">5</td>
<td class="text-end">$500</td>
<td class="text-end">$2500</td>
</tr>
<!-- end row -->
<!-- start row -->
<tr>
<td class="text-center">3</td>
<td>RC Cars</td>
<td class="text-end">30</td>
<td class="text-end">$600</td>
<td class="text-end">$18000</td>
</tr>
<!-- end row -->
<!-- start row -->
<tr>
<td class="text-center">4</td>
<td>Down Coat</td>
<td class="text-end">62</td>
<td class="text-end">$5</td>
<td class="text-end">$310</td>
</tr>
<!-- end row -->
</tbody>
</table>
</div>
</div>
<div class="col-md-12">
<div class="pull-right mt-4 text-end">
<p>Sub - Total amount: $20,858</p>
<p>vat (10%) : $2,085</p>
<hr />
<h3>
<b>Total :</b> $22,943
</h3>
</div>
<div class="clearfix"></div>
<hr />
<div class="text-end">
<button class="btn bg-danger-subtle text-danger" type="submit">
Proceed to payment
</button>
<button class="btn btn-primary btn-default print-page ms-6" type="button">
<span>
<i class="ti ti-printer fs-5"></i>
Print
</span>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="offcanvas offcanvas-start user-chat-box" tabindex="-1" id="chat-sidebar" aria-labelledby="offcanvasExampleLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="offcanvasExampleLabel">
Invoice
</h5>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="p-3 border-bottom">
<form class="position-relative">
<input type="search" class="form-control search-invoice ps-5" id="text-srh" placeholder="Search Invoice">
<i class="ti ti-search position-absolute top-50 start-0 translate-middle-y fs-6 text-dark ms-3"></i>
</form>
</div>
<div class="app-invoice overflow-auto">
<ul class="invoice-users">
<li>
<a href="javascript:void(0)" class="p-3 bg-hover-light-black border-bottom d-flex align-items-start invoice-user listing-user bg-light" id="invoice-123" data-invoice-id="123">
<div class="btn btn-primary round rounded-circle d-flex align-items-center justify-content-center px-2">
<i class="ti ti-user fs-6"></i>
</div>
<div class="ms-3 d-inline-block w-75">
<h6 class="mb-0 invoice-customer">James Anderson</h6>
<span class="fs-3 invoice-id text-truncate text-body-color d-block w-85">Id: #123</span>
<span class="fs-3 invoice-date text-nowrap text-body-color d-block">9 Fab 2020</span>
</div>
</a>
</li>
<li>
<a href="javascript:void(0)" class="p-3 bg-hover-light-black border-bottom d-flex align-items-start invoice-user listing-user" id="invoice-124" data-invoice-id="124">
<div class="btn btn-danger round rounded-circle d-flex align-items-center justify-content-center px-2">
<i class="ti ti-user fs-6"></i>
</div>
<div class="ms-3 d-inline-block w-75">
<h6 class="mb-0 invoice-customer">Bianca Doe</h6>
<span class="fs-3 invoice-id text-truncate text-body-color d-block w-85">#124</span>
<span class="fs-3 invoice-date text-nowrap text-body-color d-block">9 Fab 2020</span>
</div>
</a>
</li>
<li>
<a href="javascript:void(0)" class="p-3 bg-hover-light-black border-bottom d-flex align-items-start invoice-user listing-user" id="invoice-125" data-invoice-id="125">
<div class="btn btn-info round rounded-circle d-flex align-items-center justify-content-center px-2">
<i class="ti ti-user fs-6"></i>
</div>
<div class="ms-3 d-inline-block w-75">
<h6 class="mb-0 invoice-customer">Angelina Rhodes</h6>
<span class="fs-3 invoice-id text-truncate text-body-color d-block w-85">#125</span>
<span class="fs-3 invoice-date text-nowrap text-body-color d-block">9 Fab 2020</span>
</div>
</a>
</li>
<li>
<a href="javascript:void(0)" class="p-3 bg-hover-light-black border-bottom d-flex align-items-start invoice-user listing-user" id="invoice-126" data-invoice-id="126">
<div class="btn btn-warning round rounded-circle d-flex align-items-center justify-content-center px-2">
<i class="ti ti-user fs-6"></i>
</div>
<div class="ms-3 d-inline-block w-75">
<h6 class="mb-0 invoice-customer">Samuel Smith</h6>
<span class="fs-3 invoice-id text-truncate text-body-color d-block w-85">#126</span>
<span class="fs-3 invoice-date text-nowrap text-body-color d-block">9 Fab 2020</span>
</div>
</a>
</li>
<li>
<a href="javascript:void(0)" class="p-3 bg-hover-light-black border-bottom d-flex align-items-start invoice-user listing-user" id="invoice-127" data-invoice-id="127">
<div class="btn btn-primary round rounded-circle d-flex align-items-center justify-content-center px-2">
<i class="ti ti-user fs-6"></i>
</div>
<div class="ms-3 d-inline-block w-75">
<h6 class="mb-0 invoice-customer">Gabriel Jobs</h6>
<span class="fs-3 invoice-id text-truncate text-body-color d-block w-85">#127</span>
<span class="fs-3 invoice-date text-nowrap text-body-color d-block">9 Fab 2020</span>
</div>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Search Bar -->
<div class="modal fade" id="exampleModal" tabindex="-1" aria-hidden="true">
<div class="modal-dialog modal-dialog-scrollable modal-lg">
<div class="modal-content rounded-1">
<div class="modal-header border-bottom">
<input type="search" class="form-control fs-3" placeholder="Search here" id="search" />
<a href="javascript:void(0)" data-bs-dismiss="modal" class="lh-1">
<i class="ti ti-x fs-5 ms-3"></i>
</a>
</div>
<div class="modal-body message-body" data-simplebar="">
<h5 class="mb-0 fs-5 p-1">Quick Page Links</h5>
<ul class="list mb-0 py-2">
<li class="p-1 mb-1 bg-hover-light-black">
<a href="javascript:void(0)">
<span class="d-block">Modern</span>
<span class="text-muted d-block">/dashboards/dashboard1</span>
</a>
</li>
<li class="p-1 mb-1 bg-hover-light-black">
<a href="javascript:void(0)">
<span class="d-block">Dashboard</span>
<span class="text-muted d-block">/dashboards/dashboard2</span>
</a>
</li>
<li class="p-1 mb-1 bg-hover-light-black">
<a href="javascript:void(0)">
<span class="d-block">Contacts</span>
<span class="text-muted d-block">/apps/contacts</span>
</a>
</li>
<li class="p-1 mb-1 bg-hover-light-black">
<a href="javascript:void(0)">
<span class="d-block">Posts</span>
<span class="text-muted d-block">/apps/blog/posts</span>
</a>
</li>
<li class="p-1 mb-1 bg-hover-light-black">
<a href="javascript:void(0)">
<span class="d-block">Detail</span>
<span class="text-muted d-block">/apps/blog/detail/streaming-video-way-before-it-was-cool-go-dark-tomorrow</span>
</a>
</li>
<li class="p-1 mb-1 bg-hover-light-black">
<a href="javascript:void(0)">
<span class="d-block">Shop</span>
<span class="text-muted d-block">/apps/ecommerce/shop</span>
</a>
</li>
<li class="p-1 mb-1 bg-hover-light-black">
<a href="javascript:void(0)">
<span class="d-block">Modern</span>
<span class="text-muted d-block">/dashboards/dashboard1</span>
</a>
</li>
<li class="p-1 mb-1 bg-hover-light-black">
<a href="javascript:void(0)">
<span class="d-block">Dashboard</span>
<span class="text-muted d-block">/dashboards/dashboard2</span>
</a>
</li>
<li class="p-1 mb-1 bg-hover-light-black">
<a href="javascript:void(0)">
<span class="d-block">Contacts</span>
<span class="text-muted d-block">/apps/contacts</span>
</a>
</li>
<li class="p-1 mb-1 bg-hover-light-black">
<a href="javascript:void(0)">
<span class="d-block">Posts</span>
<span class="text-muted d-block">/apps/blog/posts</span>
</a>
</li>
<li class="p-1 mb-1 bg-hover-light-black">
<a href="javascript:void(0)">
<span class="d-block">Detail</span>
<span class="text-muted d-block">/apps/blog/detail/streaming-video-way-before-it-was-cool-go-dark-tomorrow</span>
</a>
</li>
<li class="p-1 mb-1 bg-hover-light-black">
<a href="javascript:void(0)">
<span class="d-block">Shop</span>
<span class="text-muted d-block">/apps/ecommerce/shop</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Shopping Cart -->
<div class="offcanvas offcanvas-end shopping-cart" tabindex="-1" id="offcanvasRight" aria-labelledby="offcanvasRightLabel">
<div class="offcanvas-header justify-content-between py-4">
<h5 class="offcanvas-title fs-5 fw-semibold" id="offcanvasRightLabel">
Shopping Cart
</h5>
<span class="badge bg-primary rounded-4 px-3 py-1 lh-sm">5 new</span>
</div>
<div class="offcanvas-body h-100 px-4 pt-0" data-simplebar>
<ul class="mb-0">
<li class="pb-7">
<div class="d-flex align-items-center">
<img src="../assets/images/products/product-1.jpg" width="95" height="75" class="rounded-1 me-9 flex-shrink-0" alt="modernize-img" />
<div>
<h6 class="mb-1">Supreme toys cooker</h6>
<p class="mb-0 text-muted fs-2">Kitchenware Item</p>
<div class="d-flex align-items-center justify-content-between mt-2">
<h6 class="fs-2 fw-semibold mb-0 text-muted">$250</h6>
<div class="input-group input-group-sm w-50">
<button class="btn border-0 round-20 minus p-0 bg-success-subtle text-success" type="button" id="add1">
-
</button>
<input type="text" class="form-control round-20 bg-transparent text-muted fs-2 border-0 text-center qty" placeholder="" aria-label="Example text with button addon" aria-describedby="add1" value="1" />
<button class="btn text-success bg-success-subtle p-0 round-20 border-0 add" type="button" id="addo2">
+
</button>
</div>
</div>
</div>
</div>
</li>
<li class="pb-7">
<div class="d-flex align-items-center">
<img src="../assets/images/products/product-2.jpg" width="95" height="75" class="rounded-1 me-9 flex-shrink-0" alt="modernize-img" />
<div>
<h6 class="mb-1">Supreme toys cooker</h6>
<p class="mb-0 text-muted fs-2">Kitchenware Item</p>
<div class="d-flex align-items-center justify-content-between mt-2">
<h6 class="fs-2 fw-semibold mb-0 text-muted">$250</h6>
<div class="input-group input-group-sm w-50">
<button class="btn border-0 round-20 minus p-0 bg-success-subtle text-success" type="button" id="add2">
-
</button>
<input type="text" class="form-control round-20 bg-transparent text-muted fs-2 border-0 text-center qty" placeholder="" aria-label="Example text with button addon" aria-describedby="add2" value="1" />
<button class="btn text-success bg-success-subtle p-0 round-20 border-0 add" type="button" id="addon34">
+
</button>
</div>
</div>
</div>
</div>
</li>
<li class="pb-7">
<div class="d-flex align-items-center">
<img src="../assets/images/products/product-3.jpg" width="95" height="75" class="rounded-1 me-9 flex-shrink-0" alt="modernize-img" />
<div>
<h6 class="mb-1">Supreme toys cooker</h6>
<p class="mb-0 text-muted fs-2">Kitchenware Item</p>
<div class="d-flex align-items-center justify-content-between mt-2">
<h6 class="fs-2 fw-semibold mb-0 text-muted">$250</h6>
<div class="input-group input-group-sm w-50">
<button class="btn border-0 round-20 minus p-0 bg-success-subtle text-success" type="button" id="add3">
-
</button>
<input type="text" class="form-control round-20 bg-transparent text-muted fs-2 border-0 text-center qty" placeholder="" aria-label="Example text with button addon" aria-describedby="add3" value="1" />
<button class="btn text-success bg-success-subtle p-0 round-20 border-0 add" type="button" id="addon3">
+
</button>
</div>
</div>
</div>
</div>
</li>
</ul>
<div class="align-bottom">
<div class="d-flex align-items-center pb-7">
<span class="text-dark fs-3">Sub Total</span>
<div class="ms-auto">
<span class="text-dark fw-semibold fs-3">$2530</span>
</div>
</div>
<div class="d-flex align-items-center pb-7">
<span class="text-dark fs-3">Total</span>
<div class="ms-auto">
<span class="text-dark fw-semibold fs-3">$6830</span>
</div>
</div>
<a href="../main/eco-checkout.html" class="btn btn-outline-primary w-100">Go to shopping cart</a>
</div>
</div>
</div>
</div>
{{template "components/footer.html" .}}
<script src="../assets/js/apps/invoice.js"></script>
<script src="../assets/js/apps/jquery.PrintArea.js"></script>