@extends('layouts.app') @section('title', __('All Examinations')) @section('content')
@include('layouts.leftside-menubar')
@include('components.pages-bar',['pageTitle' =>''. trans('Exams').' / '. trans('Manage Examinations').'']) @include('components.sectionbar.examination-bar')
@lang('Information')
@lang('An Examination represents a Semester. All Courses of a Semester belong to an Examination. So, all Quiz, Class Test, Assignment, Attendance, Written, Practical, etc. in a Course are subjected to that specific Examination.')
@component('components.exams-list',['exams'=>$exams]) @endcomponent
@endsection