@if($errors->has('company_name'))
{{ $errors->first('company_name') }}
@endif
@if($errors->has('company_headline'))
{{ $errors->first('company_headline') }}
@endif
@if($errors->has('company_address'))
{{ $errors->first('company_address') }}
@endif
@if($errors->has('company_description'))
{{ $errors->first('company_description') }}
@endif