@extends('layouts.app') @section('content') @include('pages.subcon.partials.menu')

Subcon Surat Jalan In

Page for Subcon Surat Jalan In

@foreach ($poSubconInvoices as $poSubconInvoice) @endforeach
Invoice No Invoice Date Supplier Code ETA Date Status Action
{{ $poSubconInvoice->no }} {{ $poSubconInvoice->formatted_date }} {{ $poSubconInvoice->po->supplier_code }} {{ $poSubconInvoice->po->formatted_eta_date }} @switch($poSubconInvoice->gr_status) @case(false) Not complete @break @case(true) Complete @break @default @endswitch
    @switch($poSubconInvoice->gr_status) @case(false)
  • @break @case(true)
  • @break @default @endswitch
@endsection @section('js') @endsection