@if($errors->has('subject')){{ $errors->first('subject') }}@endif
@if($errors->has('department')){{ $errors->first('department') }}@endif
@if($errors->has('priority')){{ $errors->first('priority') }}@endif
@if($domains->count() || $hostingAccounts->count())
@if($errors->has('related_service')){{ $errors->first('related_service') }}@endif
@endif
@if($errors->has('message')){{ $errors->first('message') }}@endif