@push('css') @endpush
Pending Order List
{{-- --}}

{{-- --}} @php $i = 0; @endphp @foreach ($orders as $order) {{-- --}} @endforeach
SLImageProduct Name Quantity Unit Price Total Amount
{{ ++$i }} Product Image {{ $order->name }} {{ $order->quantity }} {{$order->unit_price }} {{ $order->quantity * $order->unit_price }}
{{ $orders->links() }}
@push('scripts') @endpush