@extends('layouts.app') @section('content')
Below is the list of Inspections that you have created on this page.
| No | Inspection At | Qty | Material Code | Material UoM | Send to | Reason | Status | Action |
|---|---|---|---|---|---|---|---|---|
| {{ $inspection->no }} | {{ $inspection->created_at }} | {{ $inspection->qty }} | {{ $inspection->material_code }} | {{ $inspection->material->uom_code }} | {{ $inspection->send_to_divisi }} | @switch($inspection->reason) @case('REJECT') REJECT @break @case('SAMPLING') SAMPLING @break @default @endswitch | @switch($inspection->status) @case(false) Not complete @break @case(true) Complete @break @default @endswitch |
@switch($inspection->status)
@case(false)
|