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

Consumable Approval

Page for Consumable Approval

@foreach ($workOrderConsumableTransfers as $workOrderConsumableTransfer) @endforeach
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
    @switch($workOrderConsumableTransfer->status) @case(false)
  • @break @case(true) @break @default @endswitch
@endsection @section('js') @endsection