@if (is_null($sewingProcessList) || empty($sewingProcessList))
@else
@if (session('message'))
Currently No Information Available!
×
{{ session('message') }}.
@endif
{{-- spl Table goes here --}}
Sl# | Process Type | Machine Type | Process Name | Active | Actions |
---|---|---|---|---|---|
{{ ++$sl }} | @if ($spl->process_type == 'normal') Normal Process @else Critical Process @endif | @if ($spl->machine_type == 'LSM') LOCK STITCH MACHINE @elseif ($spl->machine_type == 'FLM') FLAT LOCK MACHINE @elseif ($spl->machine_type == 'OLM') OVER LOCK MACHINE @elseif ($spl->machine_type == 'NM') NORMAL MACHINES @else SPECIAL MACHINES @endif | {{ $spl->process_name }} |
@can('Admin')
|