{{ $title }}

@if (isset($withDateFilter) && $withDateFilter === true)

Data inicial

@if ($errors->has('start_at'))
{{ $errors->first('start_at') }}
@endif

Data final

@if ($errors->has('end_at'))
{{ $errors->first('end_at') }}
@endif
@endif