@push('css') @endpush
SL | {{--Image | --}}Product Name | Quantity | Unit Price | Total Amount |
---|---|---|---|---|---|
{{ ++$i }} | {{--
| --}}
{{ $order->name }} | {{ $order->quantity }} | {{$order->unit_price }} | {{ $order->quantity * $order->unit_price }} |