@if (is_null($workerEntries) || empty($workerEntries))
@else
@if (session('message'))
{{-- all_data_download download button --}}
All Data Download
Archive
@can('Admin')
Archive Data
@endcan
Currently No Information Available!
×
{{ session('message') }}.
@endif
@if (session('error'))
×
{{ session('error') }}.
@endif
@if (session('search_worker') || $search_worker)
@endif
{{-- spl Table goes here --}}
Sl# | Examination Date | Floor | Line | ID Card No | Name | Process Type | Machine Type | Process Name | Present Grade | Recommended Grade | Actions |
---|---|---|---|---|---|---|---|---|---|---|---|
{{ $spl->id }} | @if ($spl->examination_date != null) {{ date('d-M-y', strtotime($spl->examination_date)) }} @else Not Found @endif | {{ $spl->floor }} | @if ($spl->line == null) Line Entry @else {{ $spl->line }} @endif | {{ $spl->id_card_no }} | {{ $spl->employee_name_english }} | @foreach ($data as $item) @if ($item->sewing_process_type == 'normal') Normal Process @elseif ($item->sewing_process_type == 'critical') Critical Process @elseif ($item->sewing_process_type == 'both') Both Process @else No Process @endif @endforeach | @foreach ($machine_type as $type) @if ($type->machine_type == 'LSM') LOCK STITCH MACHINE @elseif ($type->machine_type == 'FLM') FLAT LOCK MACHINE @elseif ($type->machine_type == 'OLM') OVER LOCK MACHINE @elseif ($type->machine_type == 'NM') NORMAL MACHINES @elseif ($type->machine_type == 'SM') SPECIAL MACHINES @else No Machine @endif @endforeach |
|
{{ $spl->present_grade }} | {{ $spl->recomanded_grade }} |
@can('General')
|