| SL |
Name |
Tracking No |
Status |
Action |
@forelse ($applicants as $index=>$applicant)
|
{{ $index + $applicants->firstItem() }}
|
{{ $applicant->name ?? '' }} |
{{ $applicant->tracking_number ?? '' }} |
@if ($applicant->status == 1)
Active
@else
Inactive
@endif
|
{{-- --}}
|
@empty
| No data found. |
@endforelse
{{ $applicants->links('pagination::bootstrap-5') }}