@if ($errors->has('service_name'))
{{ $errors->first('service_name') }}
@endif
@if ($errors->has('subservice_id'))
{{ $errors->first('subservice_id') }}
@endif
@if ($errors->has('timepackage_id'))
{{ $errors->first('timepackage_id') }}
@endif
@if ($errors->has('designation'))
{{ $errors->first('designation') }}
@endif
@if ($errors->has('starting_price'))
{{ $errors->first('starting_price') }}
@endif