@push('css') @endpush @section('title', 'Processing Order Vendor Requisition List')
{{-- --}}

Print Pdf {{-- Print Pdf --}} {{-- Print Pdf --}}
{{-- --}} {{-- --}} {{-- --}} {{-- --}} @php $i = 0; @endphp @foreach ($orders as $order) {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endforeach
SL VendorDateOrder NoImage Product Name Quantity Rate AmountStatusAction
{{ ++$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 Product Image @if ($order->Product) {{ $order->Product->name }} @endif {{ $order->quantity }} {{ $order->unit_price }} {{ $order->quantity * $order->unit_price }} {{ $order->Order->status }} @if ($order->Product) @endif
{{ $orders->links() }}
@push('scripts') @endpush