{{ __('crud.admin.peakHours.name') }} : {{ $ph->start_time }} - {{ $ph->end_time }}

@if($errors->has('min_price'))
    @foreach($errors->all() as $error)
  • -> {{ $error }}
  • @endforeach
@endif @if(session()->has('peak_hour_success')) {{ session()->get('peak_hour_success') }} @endif