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