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