@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100']) @section('content') @include('layouts.navbars.auth.topnav', ['title' => ' Edit Academic Year'])
@include('components.alert')
@csrf @method('PUT')

Edit Academic Year

Cancel

Academic Year Information

@error('year') {{ $message }} @enderror
@include('layouts.footers.auth.footer')
@endsection @push('scripts') @endpush