@extends('layouts.app') @section('content')
Page for edit Production Recycle
| Recycle Production No | : | {{ $recycleProduction->no }} |
| Date | : | {{ $recycleProduction->formatted_date }} |
| Created by | : | {{ $recycleProduction->createdBy->full_contact }} |
| Status | : | @switch($recycleProduction->status) @case(false) Not complete @break @case(true) Complete @break @default @endswitch |
Recycle input lists to make this recycle
| Material Fullname | Material Code | Material UoM | Material Type | Divisi Code | Qty |
|---|---|---|---|---|---|
| {{ $stock->material->formatted_material }} | {{ $stock->material_code }} | {{ $stock->material->uom_code }} | {{ $stock->material->material_type_code }} | {{ $stock->divisi_code }} | {{ $stock->qty }} |
Choose recycle to output
Are you sure want to complete this ? .
Once you complete, all input will decrease on divisi and all output will increase on divisi