| SL |
Position |
Type |
Boundary |
Employee |
Actions |
@foreach($responsibilities as $r)
| {{ $loop->iteration }} |
{{ $r->position->name ?? '' }} |
{{ $r->type_code ?? '' }} |
@foreach($r->getBoundaries() as $item)
{{ $item->name ?? '' }}
@endforeach
|
{{ $r->employee->emp_id ?? '' }} - {{ $r->employee->emp_name_english ?? '' }} |
|
@endforeach
{{ $responsibilities->links() }}