@if ($errors->has('service_name'))
{{ $errors->first('service_name') }}
@endif
@if ($errors->has('subservice_name'))
{{ $errors->first('subservice_name') }}
@endif
@if ($errors->has('time_period'))
{{ $errors->first('time_period') }}
@endif
@if ($errors->has('price'))
{{ $errors->first('price') }}
@endif