| No. |
Name |
Grade |
Unit |
Action |
@php $counter = 1; @endphp
@php $hasManagementEmployee = false; @endphp
@foreach($employees as $employee)
@if ($employee->employee_department_id == '1')
@php $hasManagementEmployee = true; @endphp
| {{ $counter++ }} |
{{ $employee->employee_first_name }} |
{{ $employee->grade_code }} , {{ $employee->grade_name }} |
{{ $employee->unit_name }} |
Edit
View
|
@endif
@endforeach
@if (!$hasManagementEmployee)
| No Data |
@endif
@php $hasOperationEmployee = false; @endphp
@foreach($employees as $employee)
@if ($employee->employee_department_id == '2')
@php $hasOperationEmployee = true; @endphp
| {{ $counter++ }} |
{{ $employee->employee_first_name }} |
{{ $employee->grade_code }} , {{ $employee->grade_name }} |
{{ $employee->unit_name }} |
Edit
View
|
@endif
@endforeach
@if (!$hasOperationEmployee)
| No Data |
@endif
@php $hasSalesEmployee = false; @endphp
@foreach($employees as $employee)
@if ($employee->employee_department_id == '3')
@php $hasSalesEmployee = true; @endphp
| {{ $counter++ }} |
{{ $employee->employee_first_name }} |
{{ $employee->grade_code }} , {{ $employee->grade_name }} |
{{ $employee->unit_name }} |
Edit
View
|
@endif
@endforeach
@if (!$hasSalesEmployee)
| No Data |
@endif
| No. |
Name |
Grade |
Unit |
Action |
@php $counter = 1; @endphp
@php $hasManagementEmployee = false; @endphp
@foreach($employeescontract as $employee)
@if ($employee->employee_department_id == '1')
@php $hasManagementEmployee = true; @endphp
| {{ $counter++ }} |
{{ $employee->employee_first_name }} |
{{ $employee->grade_code }} , {{ $employee->grade_name }} |
{{ $employee->unit_name }} |
Edit
View
|
@endif
@endforeach
@if (!$hasManagementEmployee)
| No Data |
@endif
@php $hasOperationEmployee = false; @endphp
@foreach($employeescontract as $employee)
@if ($employee->employee_department_id == '2')
@php $hasOperationEmployee = true; @endphp
| {{ $counter++ }} |
{{ $employee->employee_first_name }} |
{{ $employee->grade_code }} , {{ $employee->grade_name }} |
{{ $employee->unit_name }} |
Edit
View
|
@endif
@endforeach
@if (!$hasOperationEmployee)
| No Data |
@endif
@php $hasSalesEmployee = false; @endphp
@foreach($employeescontract as $employee)
@if ($employee->employee_department_id == '3')
@php $hasSalesEmployee = true; @endphp
| {{ $counter++ }} |
{{ $employee->employee_first_name }} |
{{ $employee->grade_code }} , {{ $employee->grade_name }} |
{{ $employee->unit_name }} |
Edit
View
|
@endif
@endforeach
@if (!$hasSalesEmployee)
| No Data |
@endif
| No. |
Name |
Grade |
Unit |
Action |
@php $counter = 1; @endphp
@php $hasManagementEmployee = false; @endphp
@foreach($employeestrainee as $employee)
@if ($employee->employee_department_id == '1')
@php $hasManagementEmployee = true; @endphp
| {{ $counter++ }} |
{{ $employee->employee_first_name }} |
{{ $employee->grade_code }} , {{ $employee->grade_name }} |
{{ $employee->unit_name }} |
Edit
View
|
@endif
@endforeach
@if (!$hasManagementEmployee)
| No Data |
@endif
@php $hasOperationEmployee = false; @endphp
@foreach($employeestrainee as $employee)
@if ($employee->employee_department_id == '2')
@php $hasOperationEmployee = true; @endphp
| {{ $counter++ }} |
{{ $employee->employee_first_name }} |
{{ $employee->grade_code }} , {{ $employee->grade_name }} |
{{ $employee->unit_name }} |
Edit
View
|
@endif
@endforeach
@if (!$hasOperationEmployee)
| No Data |
@endif
@php $hasSalesEmployee = false; @endphp
@foreach($employeestrainee as $employee)
@if ($employee->employee_department_id == '3')
@php $hasSalesEmployee = true; @endphp
| {{ $counter++ }} |
{{ $employee->employee_first_name }} |
{{ $employee->grade_code }} , {{ $employee->grade_name }} |
{{ $employee->unit_name }} |
Edit
View
|
@endif
@endforeach
@if (!$hasSalesEmployee)
| No Data |
@endif
| No. |
Name |
Grade |
Unit |
Action |
@php $counter = 1; @endphp
@php $hasManagementEmployee = false; @endphp
@foreach($unemployed as $employee)
@if ($employee->employee_department_id == '1')
@php $hasManagementEmployee = true; @endphp
| {{ $counter++ }} |
{{ $employee->employee_first_name }} |
{{ $employee->grade_code }} , {{ $employee->grade_name }} |
{{ $employee->unit_name }} |
Edit
View
|
@endif
@endforeach
@if (!$hasManagementEmployee)
| No Data |
@endif
@php $hasOperationEmployee = false; @endphp
@foreach($unemployed as $employee)
@if ($employee->employee_department_id == '2')
@php $hasOperationEmployee = true; @endphp
| {{ $counter++ }} |
{{ $employee->employee_first_name }} |
{{ $employee->grade_code }} , {{ $employee->grade_name }} |
{{ $employee->unit_name }} |
Edit
View
|
@endif
@endforeach
@if (!$hasOperationEmployee)
| No Data |
@endif
@php $hasSalesEmployee = false; @endphp
@foreach($unemployed as $employee)
@if ($employee->employee_department_id == '3')
@php $hasSalesEmployee = true; @endphp
| {{ $counter++ }} |
{{ $employee->employee_first_name }} |
{{ $employee->grade_code }} , {{ $employee->grade_name }} |
{{ $employee->unit_name }} |
Edit
View
|
@endif
@endforeach
@if (!$hasSalesEmployee)
| No Data |
@endif