@extends('layouts.admin') @section('title','Applicants Search') @section('content')
| id | Code | Applicant | Status | @if (!$applicants->isEmpty() ) @if ($applicants[0]->total_fees != null)Total Fees | @endif @endifPhone | @can(['payment.view', 'payment.list', 'payment.search', 'applicant.view'])actions | @endcan||||
|---|---|---|---|---|---|---|---|---|---|---|
| {{ ++$key }} |
{{ mb_substr(\Illuminate\Support\Str::ucfirst(($applicant->applicant_name)), 0, 1) }}
{{ $applicant->applicant_name }}
{{ $applicant->applicant_email }}
|
{{ $applicant->total_fees? 'Paid':'Not Paid' }} | @if ($applicant->total_fees){{ $applicant->total_fees }} | @endif{{ $applicant->applicant_phone }} | @can(['payment.view', 'payment.list', 'payment.search', 'applicant.view'])Actions | @endcan|||||
|
{{-- There is no data! |
||||||||||
Showing {{$applicants->count()}} of {{ $applicants->total() }} record(s).