@extends('layouts.app') @section('title', 'Admissions') @section('content')
| App. No. | Applicant | Applying For | Guardian | Status | Actions |
|---|---|---|---|---|---|
| {{ $app->application_number }} | {{ $app->full_name }} | {{ $app->applyingForClass->name ?? '—' }} | {{ $app->guardian_name }} {{ $app->guardian_phone }} |
{{ str_replace('_', ' ', $app->status) }} | Review |
| No applications yet. | |||||