@extends('layouts.examiner') @section('title', 'Add New Candidates') @section('content')

Add New Candidates

Back to List
@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
{{ $errors->first() }}
@endif
@csrf
{{-- ── Left column: session / dept selectors ── --}}
Details
{{-- ── Right column: 30-row entry table ── --}}
Enter Candidate Info
0 / 30 filled
@for($i = 1; $i <= 30; $i++) @endfor
# REG. NO. NAME (Surname First) JAMB SCORE GENDER
{{ $i }}
@endsection {{-- ── Candidate search modal ─────────────────────────────────────── --}} @push('scripts') @endpush