Applicants List
| # | Name of Applicant | Mobile Number | Department | CV | Action | |
|---|---|---|---|---|---|---|
| {{$index++}}. | {{$r->name??''}} | {{$r->email??''}} | {{$r->phone??''}} | {{$r->department??''}} | @if($r->cv??'') Donload CV @else -- @endif | |
| No data found! | ||||||
{!! $rows->appends(request()->query())->links('pagination::bootstrap-4') !!}