@extends('layouts.app') @section('content') @include('pages.production.inspection.partials.menu')
Page for Inspection Receive
| No | Date | Send from | Send to | Status | Action |
|---|---|---|---|---|---|
| {{ $workOrderInspectionSend->no }} | {{ $workOrderInspectionSend->formatted_date }} | {{ $workOrderInspectionSend->send_from_divisi }} | {{ $workOrderInspectionSend->send_to_divisi }} | @switch($workOrderInspectionSend->status) @case(false) Not complete @break @case(true) Complete @break @default @endswitch |