@extends('layouts.examiner') @section('title', 'Candidates') @section('content')
| Reg No | Name | Department | Programme | Session | IP | |
|---|---|---|---|---|---|---|
| {{ $c->reg_no }} | {{ $c->full_name }} | {{ optional($c->department)->name }} | {{ optional($c->programme)->name }} | {{ optional($c->academicSession)->name }} | {{ $c->ip }} | Edit |
| No candidates found | ||||||