@if (is_null($pis) || empty($pis))
@else
Currently No Information Available!
{{-- pi Table goes here --}}
Sl# | Projection Order Date | Buyer Name | Season | Job No | Quantity | Value | Buyer Export LC No | PI | PI Details | Actions |
---|---|---|---|---|---|---|---|---|---|---|
{{ ++$sl }} | {{ Carbon\Carbon::parse($projection_order_id->date)->format('d-m-Y') }} | {{ $projection_order_id->buyer_name }} | {{ $projection_order_id->season }} | {{ $projection_order_id->job_no }} | {{ $poc->quantity }} | {{ $poc->value }} | {{ $pi->buyer_export_lc_no }} | @php $pis_po_no = App\Models\Pi::where( 'projection_order_id', $pi->projection_order_id, )->get(); @endphp @foreach ($pis_po_no as $pi_po_no) {{ $pi_po_no->pi_no }} , @endforeach |
@can('access-factory-admin')
PI Entry
@endcan
@can('access-supply-chain-admin')
Supply Chain Entry
@endcan
Comments
{{-- |