@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
@endsection