@extends('adminlte::page') @section('title', 'Exam Details') @section('content_header')

Exam Details

@stop @section('content')

{{ $exam->name }}

Name {{ $exam->name }}
Term {{ $exam->term }}
Academic Session {{ $exam->academicSession->name ?? 'N/A' }}
Created At {{ $exam->created_at->format('d M Y, H:i') }}
Updated At {{ $exam->updated_at->format('d M Y, H:i') }}
@stop