Purchase Orders
Manage your Purchase orders
{{ session()->get('success') }}
@endif
@if(session()->has('error'))
{{ session()->get('error') }}
@endif
| Action | @endifPO Number | Company | Supplier | Grand Total | Inward Status | View Inwards | |||
|---|---|---|---|---|---|---|---|---|---|
| @endif | {{ $row->po_number}} | {{ $row->company_name}} | {{ $row->supplier_name}} | ₹ {{ $row->grand_total}} | @if($row->inward_status == 1)@elseif($row->inward_status == 2) | @else | @endif @if($row->inward_status != 0) | View | @else{{-- Empty cell if inward_status is 0 --}} @endif |