@if (is_null($workerEntries) || empty($workerEntries))
@else
@if (session('message'))
Currently No Information Available!
×
{{ session('message') }}.
@endif
@can('Admin')
@endcan
@if (auth()->user()->role_id == 1 || auth()->user()->role_id == 3)
{{-- all_data_download download button --}}
All Data Download
@endif
Unfinished
list
@if (session('search_worker') || $search_worker)
@endif
{{-- spl Table goes here --}}
Sl# | Floor | Line | ID Card No | Name | Process Type | Machine Type | Process Name | Present Grade | Recommended Grade | Recommended Salary | Actions |
---|---|---|---|---|---|---|---|---|---|---|---|
{{ $spl->id }} | {{ $spl->floor }} | @if ($spl->line == null) Line Entry @else {{ $spl->line }} @endif | {{ $spl->id_card_no }} | {{ $spl->employee_name_english }} |
|
|
|
{{ $spl->present_grade }} | {{ $spl->recomanded_grade }} | @if ($spl->recomanded_salary == null || $spl->recomanded_salary == 'N/A') Failed @else {{ $spl->recomanded_salary }} TK @endif |
@can('General')
|