| SL |
Company Name |
Branch Name |
Applicant Name |
Tracking No |
Joining Date |
Expire Date |
Status |
@forelse ($placements as $index=>$placement)
|
{{ $index + $placements->firstItem() }}
|
{{ $placement->company->name ?? '' }} |
{{ $placement->branch->name ?? '' }} |
{{ $placement->applicant->name ?? '' }} |
{{ $placement->applicant->tracking_number ?? '' }} |
{{ $placement->joining_date ?? '' }} |
{{ $placement->expire_date ?? '' }} |
@if ($placement->status == 1)
Active
@else
Inactive
@endif
|
{{--
| --}}
@empty
| No data found. |
@endforelse
{{ $placements->links('pagination::bootstrap-5') }}