@vite(['resources/css/app.css']) @include('includes.admin-header')
Order #{{ $checkout->id }} - {{ $checkout->first_name }} {{ $checkout->last_name }} {{ $checkout->status == 0 ? 'Pending' : 'Shipped' }}
{{ $item['name'] }}
Price: ₱{{ number_format($item['price'], 2) }}
Shipping: ₱{{ number_format($item['shippingFee'] ?? 0, 2) }}
Quantity: {{ $item['quantity'] }}
Name: {{ $checkout->first_name }} {{ $checkout->last_name }}
Phone: {{ $checkout->phone }}
Address: {{ $checkout->address }}, {{ $checkout->barangay }}, Zip: {{ $checkout->zip_code }}
Total: {{ $checkouts->total() }} results