From 10af713fa1793d6716b75b42768e829d81b42666fc2d9c69d523cd555cbe8d1e Mon Sep 17 00:00:00 2001 From: Utkarsh Khedkar Date: Thu, 25 Dec 2025 11:38:02 +0530 Subject: [PATCH] Changes --- resources/views/admin/dashboard.blade.php | 9 +- resources/views/admin/shipments.blade.php | 242 ++++++++++------------ 2 files changed, 110 insertions(+), 141 deletions(-) diff --git a/resources/views/admin/dashboard.blade.php b/resources/views/admin/dashboard.blade.php index e4de2c5..41ae9c7 100644 --- a/resources/views/admin/dashboard.blade.php +++ b/resources/views/admin/dashboard.blade.php @@ -323,6 +323,7 @@ overflow-x: auto; width: 100%; -webkit-overflow-scrolling: touch; + } .table { @@ -337,6 +338,7 @@ .table thead tr { background: linear-gradient(135deg, #2c3e50, #34495e) !important; border-bottom: 2px solid #1a252f; + border-radius:16px 16px 0 0 !important; } .table thead th { @@ -353,6 +355,7 @@ font-family: 'Inter', sans-serif; font-size: 13px; min-width: 100px; + } /* Curve the first and last header cells */ @@ -515,9 +518,9 @@ /* Default fallback badge classes */ .badge.bg-secondary { - background: linear-gradient(135deg, #f8f9fa, #e9ecef) !important; - color: #495057 !important; - border-color: #dee2e6 !important; + background: linear-gradient(135deg, #d1fae5, #a7f3d0) !important; + color: #065f46 !important; + border-color: #10b981 !important; } .badge.bg-info { diff --git a/resources/views/admin/shipments.blade.php b/resources/views/admin/shipments.blade.php index 0dd2319..afb33d2 100644 --- a/resources/views/admin/shipments.blade.php +++ b/resources/views/admin/shipments.blade.php @@ -1827,32 +1827,8 @@ Amount (₹) - - - @forelse($availableOrders as $order) - - - - - - {{ $order->order_id }} - - {{ $order->origin }} - {{ $order->destination }} - {{ $order->ctn }} - {{ $order->qty }} - {{ $order->ttl_qty }} - {{ $order->cbm }} - {{ $order->ttl_cbm }} - {{ $order->kg }} - {{ $order->ttl_kg }} - ₹{{ number_format($order->ttl_amount, 2) }} - - @empty - - No available orders to add to shipment - - @endforelse + + @@ -2063,46 +2039,51 @@