@extends('layouts.app') @section('content') @include('layouts.navbars.auth.topnav', ['title' => $title])

{{$title}}

@if ($errors->has('academic_year')) {{ $errors->first('academic_year') }} @endif
@if ($errors->has('year')) {{ $errors->first('year') }} @endif
@if ($errors->has('department')) {{ $errors->first('department') }} @endif
@if ($errors->has('course')) {{ $errors->first('course') }} @endif
@if ($errors->has('subject')) {{ $errors->first('subject') }} @endif
@endsection @push('scripts') @endpush