@extends('layouts.app') @section('content')

{{ $page_title ?? 'Reports' }} - {{ strtoupper($form) }}

@csrf
Select filters and click "Generate Report" to view the {{ strtoupper($form) }} form

Choose client, location, year, and month to generate your report

@endsection @push('styles') @endpush @push('scripts') @endpush