@if(auth()->user()->hasRole('admin'))
@if ($errors->has('place_id'))
{{ $errors->first('place_id') }}
@endif
@else
@endif
@if ($errors->has('category_id'))
{{ $errors->first('category_id') }}
@endif
@if ($errors->has('driver_name'))
{{ $errors->first('driver_name') }}
@endif