@extends('layouts.adminapp') @section('content')
@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ csrf_field() }}

Set Grading School Year

Note : Changes will be appllied to all academic types

@stop