@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
@if ($errors->has('replacement_ar'))
{{ $errors->first('replacement_ar') }}
@endif
@if ($errors->has('replacement_en'))
{{ $errors->first('replacement_en') }}
@endif
@if ($errors->has('policy_ar'))
{{ $errors->first('policy_ar') }}
@endif
@if ($errors->has('policy_en'))
{{ $errors->first('policy_en') }}
@endif