{{-- holidays/partials/validation-errors.blade.php --}} @if ($errors->has('start_date'))
{{ $errors->first('start_date') }}
You cannot request overlapping periods or requests on the exact same dates. Please select a different date range.
@endif