@extends('master') @section('title') @endsection @section('content')
| # | Full Name | Contact | Parent Contact | Program | Applied On | |
|---|---|---|---|---|---|---|
| {{ $applications->firstItem() + $index }} | {{ $application->full_name }} | {{ $application->email }} | {{ $application->contact_number }} | {{ $application->father_contact }} | {{ $application->program->program_name ?? 'N/A' }} | {{ \Carbon\Carbon::parse($application->application_date)->format('d M Y') }} |
| No applications found. | ||||||