@extends('layouts.app') @section('content')

Jangka Waktu

Page for Jangka Waktu

@foreach ($poSubconSjOuts as $poSubconSjOut) @if ($poSubconSjOut->invoice->gr_status !== 0) @endif @endforeach
WO No Invoice No Invoice Date SJ Out No SJ Out Date Material Code Material Type UoM Qty SJ In No SJ In Date Material Code Material Type UoM Qty Jumlah Hari
{{ $poSubconSjOut->invoice->po->wo->no }} {{ $poSubconSjOut->invoice->no }} {{ $poSubconSjOut->invoice->formatted_date }} {{ $poSubconSjOut->no }} {{ $poSubconSjOut->formatted_date }} @foreach ($poSubconSjOut->details as $detail) @endforeach
{{ $detail->material_code }}
@foreach ($poSubconSjOut->details as $detail) @endforeach
{{ $detail->material->material_type_code }}
@foreach ($poSubconSjOut->details as $detail) @endforeach
{{ $detail->material->uom_code }}
@foreach ($poSubconSjOut->details as $detail) @endforeach
{{ $detail->qty }}
@foreach ($poSubconSjOut->invoice->suratJalanIns as $sjIn) @endforeach
{{ $sjIn->no }}
@foreach ($poSubconSjOut->invoice->suratJalanIns as $sjIn) @endforeach
{{ $sjIn->formatted_date }}
@foreach ($poSubconSjOut->invoice->suratJalanIns as $sjIn) @foreach ($sjIn->details as $inDetail) @endforeach @endforeach
{{ $inDetail->material_code }}
@foreach ($poSubconSjOut->invoice->suratJalanIns as $sjIn) @foreach ($sjIn->details as $inDetail) @endforeach @endforeach
{{ $inDetail->material->material_type_code }}
@foreach ($poSubconSjOut->invoice->suratJalanIns as $sjIn) @foreach ($sjIn->details as $inDetail) @endforeach @endforeach
{{ $inDetail->material->uom_code }}
@foreach ($poSubconSjOut->invoice->suratJalanIns as $sjIn) @foreach ($sjIn->details as $inDetail) @endforeach @endforeach
{{ $inDetail->qty }}
{{ floor(now()->diffInDays($poSubconSjOut->date, true)) }} Hari
@endsection @section('js') @endsection