@extends('layouts.app') @section('content') @include('pages.production.work-order.partials.menu')

Receive Transfer Request

Page for Receive Transfer Request

@foreach ($workOrderSuratJalan as $sj) @endforeach
Transfer Request No Output Code Output Name Output UoM Output Color Divisi From Divisi Destination Qty Send Send by Send At Received by Received At Remarks Received Action
{{ $sj->no }} {{ $sj->material_code }} {{ $sj->material->name }} {{ $sj->material->uom_code }} {{ $sj->material->color_code }} {{ $sj->workOrder->divisi_from }} {{ $sj->workOrder->divisi_destination }} {{ $sj->qty_sent }} {{ $sj->createdBy->full_contact }} {{ $sj->formatted_send_at }} {{ $sj->receivedBy->full_contact }} {{ $sj->remarks }} @switch($sj->is_received) @case(false) Not complete @break @case(true) Complete @break @default @endswitch @switch($sj->is_received) @case(false) @break @case(true) @break @default @endswitch
@endsection @section('js') @endsection