@extends('layouts.app') @section('title', trans('menu.exam_title')) @section('page-styles') @stop @section('content')
@include('exam::tabs') @can('create exams') {{trans('forms.lbl_add_new')}} @endcan
{{trans("tables.subject_title")}} {{trans("tables.examineen_title")}} {{trans("tables.deadline_title")}} {{trans("tables.status_title")}} {{trans("tables.action_title")}}
@stop {{-- @section("filters") @include('exam::layouts.filters') @stop --}} @section('footer-script') @stop