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

Generate Report - Class Wise

@if ($errors->has('academic_year')) {{ $errors->first('academic_year') }} @endif
@if ($errors->has('year')) {{ $errors->first('year') }} @endif
@if ($errors->has('class')) {{ $errors->first('class') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
{{--

Generate Report - Department and Course Wise

--}}

Generate Report - Student Wise

@endsection @push('scripts') @endpush