@extends('mrp') @section('title', $page_title) @section('content') {{--
| No | Date | Product | Process | Machine | Shift | Qty Total | Qty Actual | Qty Plan | Qty Good | Qty Reject |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $wip->date }} | {{ $wip->ProcessMachineProduct->product->product_name }} | {{ $wip->ProcessMachineProduct->process->process_name }} | {{ $wip->ProcessMachineProduct->machine->machine_name }} | {{ $wip->shift->shift_name }} | {{ $wip->qty_total }} | {{ $wip->qty_plan }} | {{ $wip->qty_total }} | {{ $wip->qty_good }} | {{ $wip->qty_reject }} |
| Machine | Process | Shift | Item | 1 | 2 | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $proc }} | {{ $machine }} | {{ $shift }} |
|
@php
$dateBefore = 0;
@endphp
@foreach ($dataWip as $dw)
@php
$dateBefore = $dw['dateIndex']
@endphp
|
@endforeach
||||||||