{{-- Success Message --}} @if (session('success')) @endif {{-- Error Message --}} @if (session('error')) @endif {{-- Your main content goes here (trainer list, etc.) --}}
Date of Birth: {{ $trainer->dob ? \Carbon\Carbon::parse($trainer->dob)->format('d M Y') : 'N/A' }}
Education: {{ $trainer->higher_qualification ?? 'N/A' }}
Experience: {{ $trainer->experience ? $trainer->experience . ' years' : 'N/A' }}
No trainers have been added yet.