@extends('master') @section('title', $title) @section('content')
| Id | User ID | Application Id | Program | Status | Actions |
|---|---|---|---|---|---|
| {{ $application->id }} | {{ $application->userid }} | {{ $application->applicationForm->id ?? 'N/A' }} | {{ $application->program }} | {{ $application->status == 1 ? 'Approved' : 'Pending' }} | View Edit |