All Orders
Sr.No |
Product |
Title |
Quantity |
Total Price |
Payment Status |
Action |
@foreach ($orders as $order)
{{$loop->iteration}} |
|
{{$order->title}} |
{{$order->quantity}} |
${{$order->price*$order->quantity}} |
{{$order->order_status}} |
|
@endforeach
@if ($orders->count() == 0)
No Orders
|
@endif
{!! $orders->withQueryString()->links('pagination::bootstrap-5') !!}