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