@section('filter_script') @endsection @section('filter_view')
{{$filter_title}}
@if($filter_date ?? false) @if($filter_date_today ?? false)
@endif
Date Start:
Date End:

@endif

{{ csrf_field() }}
@if(isset($rule) && !($hide_record_total??false))

Record found : {{$total??'counting...'}}

{{csrf_field()}}
@endif @endsection