{{ __("Driver's time blocks") }}

@csrf @method('PUT')
@if($errors->has('total_time_blocks'))

{{ $errors->first('total_time_blocks') }}

@endif