@extends('admin.layouts.app') @section('title', 'Applications') @section('breadcrumb')
Review and process student applications
| App No. | Applicant | Course Applied | Community | HS% | Date | Status | Action |
|---|---|---|---|---|---|---|---|
{{ $app->form_number ?? '--' }}
|
{{ strtoupper(substr($app->applicant_name, 0, 2)) }}
{{ $app->applicant_name ?? '--' }}
{{ $app->contact_no ?? '--' }}
|
{{ $app->course ?? '—' }} | {{ $app->category }} | {{ $app->percentage ? $app->percentage . '%' : '—' }} | {{ $app->created_at->format('d M Y') }} | {{ ucfirst(str_replace('_', ' ', $app->status)) }} | View |
|
No applications found |
|||||||