@extends('layouts.app') @section('title', 'Custom Report Builder | Institution Axis') @section('sidebar-menu') @include('schooladmin.partials.sidebar') @endsection @section('breadcrumb') Home / Reports / Custom Report Builder @endsection @section('content')
Report Filters
@csrf
Enrollment Report

Generate a list of students filtered by class and enrollment date.

Fee Collection

Analyze fee payments and identify defaulters for a specific term.

Teacher Clock-in

Detailed log of staff attendance and overtime reporting.

@endsection