@extends('layouts.admin') @section('title', 'Seat Allocations') @section('header-title', 'Seat Allocations - ' . $center->name) @section('content')
| Seat # | Roll Number | Student Name | Exam |
|---|---|---|---|
| {{ $allocation->seat_number }} | {{ $allocation->student->roll_number ?? '-' }} | {{ $allocation->student->name ?? '-' }} | {{ $allocation->exam->name ?? '-' }} |
| No allocations found. | |||