| {{ $poSubconSjOut->invoice->po->wo->no }} |
{{ $poSubconSjOut->invoice->no }} |
{{ $poSubconSjOut->invoice->formatted_date }} |
{{ $poSubconSjOut->no }} |
{{ $poSubconSjOut->formatted_date }} |
@foreach ($poSubconSjOut->details as $detail)
| {{ $detail->material_code }} |
@endforeach
|
@foreach ($poSubconSjOut->details as $detail)
| {{ $detail->material->material_type_code }} |
@endforeach
|
@foreach ($poSubconSjOut->details as $detail)
| {{ $detail->material->uom_code }} |
@endforeach
|
@foreach ($poSubconSjOut->details as $detail)
| {{ $detail->qty }} |
@endforeach
|
@foreach ($poSubconSjOut->invoice->suratJalanIns as $sjIn)
| {{ $sjIn->no }} |
@endforeach
|
@foreach ($poSubconSjOut->invoice->suratJalanIns as $sjIn)
| {{ $sjIn->formatted_date }} |
@endforeach
|
@foreach ($poSubconSjOut->invoice->suratJalanIns as $sjIn)
@foreach ($sjIn->details as $inDetail)
| {{ $inDetail->material_code }} |
@endforeach
@endforeach
|
@foreach ($poSubconSjOut->invoice->suratJalanIns as $sjIn)
@foreach ($sjIn->details as $inDetail)
| {{ $inDetail->material->material_type_code }} |
@endforeach
@endforeach
|
@foreach ($poSubconSjOut->invoice->suratJalanIns as $sjIn)
@foreach ($sjIn->details as $inDetail)
| {{ $inDetail->material->uom_code }} |
@endforeach
@endforeach
|
@foreach ($poSubconSjOut->invoice->suratJalanIns as $sjIn)
@foreach ($sjIn->details as $inDetail)
| {{ $inDetail->qty }} |
@endforeach
@endforeach
|
{{ floor(now()->diffInDays($poSubconSjOut->date, true)) }} Hari |
@endif
@endforeach