@extends('admin/layouts/layoutMaster') @section('title', 'Applicant Lists') @section('vendor-style') @endsection @section('content')
| # | Name | Jamb | Phone | Assign By | Year | ||
|---|---|---|---|---|---|---|---|
| {{$loop->iteration}} | {{$app->name}} | {{$app->email}} | {{$app->jamb}} | {{$app->phone}} | {{$app->staff ?? 'No Staff'}} | {{$app->entry_year}} | |
| No records found | |||||||