@extends('layouts.app') @push('styles') @endpush @section('content') @auth
@php $form = array_merge([ 'clinic' => '', 'period_type' => 'date_range', 'from_date' => '', 'to_date' => '', 'month' => '', 'report' => 'mental_health', ], $form ?? []); @endphp @endauth @endsection