{{ __('front.manage_volunteer_lecturer_applications') }}
| # | {{ __('front.lecturer') }} | {{ __('front.phone') }} | {{ __('front.subject') }} | {{ __('front.date') }} | {{ __('front.actions') }} |
|---|---|---|---|---|---|
| {{ $v->id }} |
{{ substr($v->name ?? 'V', 0, 1) }}
{{ $v->name ?? '—' }} {{ $v->email ?? '—' }} |
{{ $v->phone ?? '—' }} | {{ $v->subject ?? ($v->speciality ?? '—') }} |
{{ $v->created_at?->format('M d, Y') }} {{ $v->created_at?->format('h:i A') }} |
|
|
{{ __('front.no_volunteer_lecturers_found') }} |
|||||