@extends('layouts.app') @section('content') {{ $page_title ?? 'Reports' }} - {{ strtoupper($form) }} Client Name Select Client @foreach ($client as $key => $value) {{ $value }} @endforeach Location Select Location Year Select Year @foreach ($years as $y) {{ $y }} @endforeach Month Select Month @foreach ($months as $key => $value) {{ $value }} @endforeach @csrf Generate Report Export PDF 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
Choose client, location, year, and month to generate your report