@if ($errors->has('categories'))
{{ $errors->first('categories') }}
@endif
@if ($errors->has('marks'))
{{ $errors->first('marks') }}
@endif
@if ($errors->has('marks'))
{{ $errors->first('marks') }}
@endif
@if ($errors->has('company_commercial_image'))
{{ $errors->first('company_commercial_image') }}
@endif
@if ($errors->has('logo'))
{{ $errors->first('logo') }}
@endif