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