{{ $i++ }} |
{{ strtoupper($oe->sewing_process_type) }} |
@php
$machineType = App\Models\SewingProcessList::where('id', $oe->sewing_process_list_id)->first();
// dd($machineType);
@endphp
@if ($machineType->machine_type == 'LSM')
LOCK STITCH MACHINE
@elseif ($machineType->machine_type == 'FLM')
FLAT LOCK MACHINE
@elseif ($machineType->machine_type == 'OLM')
OVER LOCK MACHINE
@elseif ($machineType->machine_type == '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
|
@endforeach