@extends('../layout/' . $layout)
@section('subhead')
Atarud MIS - Exams List
@endsection
@section('subcontent')
# |
Title |
Exam Duration |
Actions |
@foreach($exams as $exam)
{{ ++$loop->index }} |
{{ $exam->title }} |
{{ $exam->exam_time }} |
|
@endforeach
@include('../pages/exam/create')
@include('../pages/exam/delete')
@endsection
@section('script')
@endsection