@extends('layouts.app') @section('title', trans('menu.exam_title')) @section('content')
@include('exam::tabs') @can('create exams') {{trans('forms.lbl_add_new')}} @endcan
{{trans("tables.name_title")}} {{trans("tables.description_title")}} {{trans("tables.status_title")}} {{trans("tables.exam_title")}} {{trans("tables.question_title")}} {{trans("tables.action_title")}}
@stop @section('panel-content') @include('exam::subjects.form', ['edit' => false]) @stop @section('footer-script') @stop