@if ($errors->has('reference'))
{{ $errors->first('reference') }}
@endif
@if ($errors->has('package_id'))
{{ $errors->first('package_id') }}
@endif
@if ($errors->has('class_name'))
{{ $errors->first('class_name') }}
@endif
@if ($errors->has('agent_id'))
{{ $errors->first('agent_id') }}
@endif