@extends('layouts.admin') @section('title', 'Scheme Applications') @section('content')
Track scheme applications submitted by your center.
All Applications
+ New Application| App ID | Scheme | Applicant | Status | Renewal | Submitted | Action |
|---|---|---|---|---|---|---|
| APP-{{ str_pad($app->id, 5, '0', STR_PAD_LEFT) }} | {{ $app->scheme->name }} | {{ collect([$app->user?->name, $app->family?->head_name])->filter()->join(' / ') }} | @if($app->status === 'Submitted') Submitted @elseif($app->status === 'Approved') Approved @elseif($app->status === 'Declined') Declined @else {{ $app->status }} @endif | {{ $app->renewal_date?->format('d M Y') ?: '—' }} | {{ $app->created_at->format('d M Y') }} | View |
| No applications found. | ||||||