@section('filter_script') @endsection @section('filter_view')

{{$filter_title}}

@if(!($hide_filter_button??false)) @endif
@if($filter_date ?? false) @if($filter_date_today ?? false)
@endif
Dari Tanggal:
Sampai Tanggal:

@endif @if ($filter_date_v2 ?? false)
@if (!($hide_filter_all_day ?? false)) @endif

@endif @if (!($hide_filter_condition??false))

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

Data ditemukan : {{$total??'counting...'}}

{{csrf_field()}}
@endif @endsection