@extends('layouts.app') @section('content') @include('pages.supply.consumable.partials.menu')
Page for Consumable Approval
| No | Date | PIC | Completed by | Completed at | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $workOrderConsumableTransfer->no }} | {{ $workOrderConsumableTransfer->formatted_date }} | {{ $workOrderConsumableTransfer->createdBy->full_contact }} | {{ $workOrderConsumableTransfer->completedBy->full_contact }} | {{ $workOrderConsumableTransfer->formatted_completed_at }} | @switch($workOrderConsumableTransfer->status) @case(false) Not complete @break @case(true) Complete @break @default @endswitch |