@extends('layouts.admin') @section('title','Applicants Search') @section('content')
| id | Code | Applicant | Grade | Status | Phone | Created At | Location | @can(['applicant.view'])actions | @endcan||
|---|---|---|---|---|---|---|---|---|---|---|
| {{ ++$key }} |
{{ mb_substr(\Illuminate\Support\Str::ucfirst(($applicant->applicant_name)), 0, 1) }}
{{ $applicant->applicant_name }}
{{ $applicant->applicant_email }}
|
{{ $applicant->applicant_grade }} | {{ $applicant->getStatusTitle() }} | {{ $applicant->applicant_phone }} | {{ date('d-m-Y h:i:s A', strtotime($applicant->created_at)) }} | {{ $applicant->is_international ? 'Outside Egypt':'Egypt' }} | @can(['applicant.view'])@endcan | |||
|
{{-- There is no data! |
||||||||||
Showing {{$applicants->count()}} of {{ $applicants->total() }} record(s).