@extends('admin_dashboard') @section('admin')
{{-- Page Title --}} @if(session('success')) @endif

All Groups Report

Generate detailed and summary reports for all groups

{{-- Cards Row --}}
{{-- Card 1: Group Savings Report --}}
Group GSS Savings Report
@csrf
Date Range
{{-- Card 2: Group Loan Report --}}
Group Loan Report
@csrf
Date Range
{{-- end row --}} {{-- Cards Row --}}
{{-- Card 1: Loan Type Report --}}
Loan Type Report
@csrf
Date Range
{{-- Card 2: Group Loan Report --}}
Expired Loan Report
@csrf
{{-- end row --}}
{{-- end container --}}
{{-- end content --}} @endsection