@extends('layouts.app') @section('title', trans('menu.exam_title')) @section('content')
{{ __('exams.my_exams') }} {{trans('exams.review_exam_title')}}
@can('create exams') {{trans('forms.lbl_add_new')}} @endcan @if(Session::has('messageExam'))

{{ Session::get('messageExam') }}

@endif
{{trans("tables.sl_no")}} {{trans("tables.subject_title")}} {{trans("tables.deadline_title")}} {{trans("tables.attend_at_title")}} {{trans("tables.time_title")}} {{trans("tables.result_title")}} {{trans("tables.status_title")}} {{trans("tables.action_title")}}
@stop @section("filters") @include('exam::layouts.filters') @stop @section('footer-script') @stop