Operator Assessment Sheet-3 Operator Assessment Sheet-Cycles Entry {{--
--}}
@csrf {{-- --}} {{-- --}} {{-- --}} @php $i = 1; @endphp @foreach ($operationEntry as $oe) {{-- --}} {{-- --}} @endforeach
SL Operation Type Machine Type Operation NameSMVTargetCyclesProduction (Achive)
{{ $i++ }} {{ strtoupper($oe->sewing_process_type) }} @php $machineType = App\Models\SewingProcessList::where('id', $oe->sewing_process_list_id) ->pluck('machine_type') ->first(); @endphp @if ($machineType = 'LSM') LOCK STITCH MACHINE @elseif ($machineType == 'FLM') FLAT LOCK MACHINE @elseif ($machineType = 'OLM') OVER LOCK MACHINE @elseif ($machineType = 'NM') NORMAL MACHINES @else SPECIAL MACHINES @endif {{ ucwords($oe->sewing_process_name) }} @if ($oe->sewing_process_avg_cycles == null) @php $modalId = $oe->id; @endphp @else @endif
Cancel {{-- Save --}} Next {{--
--}} @foreach ($operationEntry as $oe) @endforeach {{-- --}}