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

Production Recycle

Page for Production Recycle

@foreach ($recycleProductions as $recycleProduction) @endforeach
Recycle Request No Date PIC Status Action
{{ $recycleProduction->no }} {{ $recycleProduction->formatted_date }} {{ $recycleProduction->createdBy->full_contact }} @switch($recycleProduction->status) @case(false) Need approval @break @case(true) Complete @break @default @endswitch @switch($recycleProduction->status) @case(false) @break @case(true) @break @default @endswitch
@endsection @section('js') @endsection