Pdf Changes Done

This commit is contained in:
Utkarsh Khedkar
2026-03-09 10:24:44 +05:30
parent c11467068c
commit 9cc6959396
32 changed files with 3416 additions and 2188 deletions

View File

@@ -1298,7 +1298,7 @@ body {
</div>
<!-- ORDER MANAGEMENT -->
<div class="order-mgmt-box">
<!-- <div class="order-mgmt-box">
<div class="order-mgmt-bar">
<span class="order-mgmt-title"><i class="bi bi-table"></i> Order Management</span>
@can('order.create')
@@ -1307,9 +1307,9 @@ body {
</button>
@endcan
</div>
<div class="order-mgmt-main">
<div class="order-mgmt-main"> -->
<!-- RECENT ORDERS TABLE -->
<div class="card shadow-sm">
<!-- <div class="card shadow-sm">
<div class="card-header">
<strong>Recent Orders</strong>
<span style="font-size:13px;color:rgba(255,255,255,0.8);margin-left:10px;">
@@ -1421,20 +1421,20 @@ body {
@endforelse
</tbody>
</table>
</div>
</div> -->
<!-- Pagination Controls -->
<div class="pagination-container">
<!-- <div class="pagination-container">
<div class="pagination-info" id="pageInfo">Showing 1 to 10 of {{ $orders->count() }} entries</div>
<div class="pagination-controls">
<button class="pagination-img-btn" id="prevPageBtn" title="Previous page">
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10 12L6 8L10 4" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</button>
<div class="pagination-pages" id="paginationPages">
</button> -->
<!-- <div class="pagination-pages" id="paginationPages"> -->
<!-- Page numbers will be inserted here -->
</div>
<!-- </div>
<button class="pagination-img-btn" id="nextPageBtn" title="Next page">
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6 4L10 8L6 12" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
@@ -1447,7 +1447,7 @@ body {
</div>
</div>
</div>
</div>
</div> -->
<!-- CREATE ORDER MODAL -->
<div class="create-order-modal" id="createOrderModal">