@push('css') @endpush @section('title', 'Processing Order Vendor Requisition List')
SL | Vendor | {{--Date | --}} {{--Order No | --}}Image | Product Name | Quantity | Rate | Amount | {{--Status | --}} {{--Action | --}}
---|---|---|---|---|---|---|---|---|---|---|
{{ ++$i }} | @if ($order->Product) {{ $order->Product->vendor ? $order->Product->vendor->business_name : ' ' }} @endif | {{--@if ($order->Order) {{ $order->Order->order_date }} @endif | --}} {{--@if ($order->Order) {{ $order->Order->code }} @endif | --}}
|
@if ($order->Product) {{ $order->Product->name }} @endif | {{ $order->quantity }} | {{ $order->unit_price }} | {{ $order->quantity * $order->unit_price }} | {{--{{ $order->Order->status }} | --}} {{--@if ($order->Product) @endif | --}}