@extends('../layout/' . $layout) @section('subhead') Atarud MIS - Exams List @endsection @section('subcontent')

Exams List

Add
@foreach($exams as $exam) @endforeach
# Title Exam Duration Actions
{{ ++$loop->index }} {{ $exam->title }} {{ $exam->exam_time }}
{{-- --}} {{-- --}}
@include('../pages/exam/create') @include('../pages/exam/delete') @endsection @section('script') @endsection