List of Sewing Processes List List of Sewing Processes
@if (is_null($sewingProcessList) || empty($sewingProcessList))

Currently No Information Available!

@else @if (session('message'))
× {{ session('message') }}.
@endif
{{-- spl Table goes here --}} @php $sl=0 @endphp @foreach ($sewingProcessList as $spl) @endforeach
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 }}
@csrf
@can('Admin') @endcan @can('Admin')
@csrf @method('delete')
@endcan
@endif