@extends('layouts.guru') @section('title', 'Laporan Absensi Bulanan') @section('page-title', 'Laporan Absensi Bulanan') @section('page-actions') @if($kelas_id) @php $exportQuery = request()->only(['mode', 'tahun_ajaran_id', 'bulan', 'tahun', 'tanggal_awal', 'tanggal_akhir', 'kelas_id', 'search']); @endphp Export Excel Export PDF @endif @endsection @section('guru-content') @include('laporan-bulanan._filters') @if($selected_kelas)
Kelas
{{ $selected_kelas->tingkat }} {{ $selected_kelas->nama_kelas }}
Periode
{{ $periode_label }}
@include('laporan-bulanan._grid')
@endif @include('laporan-bulanan._modal') @include('laporan-bulanan._scripts') @endsection