@extends('admin.layout.app')
@section('title', __('front.volunteer_lecturer_details'))
@section('body')
Application ID: #{{ $volunteer->id }} {{ $volunteer->name ?? '—' }} {{ $volunteer->email ?? '—' }} {{ $volunteer->phone ?? '—' }}
{{ $volunteer->subject ?? ($volunteer->speciality ?? '—') }}
{{ $volunteer->address }} {{ $volunteer->message }}
{{ $volunteer->created_at?->format('F d, Y') }}{{ __('front.volunteer_lecturer_details') }}
{{ __('front.lecturer_information') }}
{{ $volunteer->created_at?->format('h:i A') }}
{{ __('front.actions') }}
{{ __('front.application_summary') }}