@extends('admin.layouts.master') @section('page_title', __("Monthly Student Report")) @section('breadcrumb') @include('admin.partials.breadcrumb', ['breads' => [__('Reports'), __('Monthly Student Report')]]) @endsection @include('admin.partials.datatable-plugins') @push('css') @endpush @section('content')

{{__('Monthly Student Report')}}

@livewire('admin.reports.monthly-student-report')
@endsection @push('js') @endpush