@extends('layouts.admin') @section('title', 'Applicants Exams Dates') @section('content')
| id | Code | Applicant | Exam Date | Phone | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| {{ ++$key }} |
{{ mb_substr(\Illuminate\Support\Str::ucfirst($applicant->applicant_name), 0, 1) }}
{{ $applicant->applicant_name }}
{{ $applicant->applicant_email }}
|
{{ $applicant->exam_date_time }} | {{ $applicant->applicant_phone }} | |||||||
|
{{-- There is no data! |
||||||||||
Showing {{ $applicants->count() }} of {{ $applicants->total() }} record(s).
@endif