@if ($errors->has('about_ar'))
{{ $errors->first('about_ar') }}
@endif
@if ($errors->has('about_en'))
{{ $errors->first('about_en') }}
@endif
@if ($errors->has('policy_ar'))
{{ $errors->first('policy_ar') }}
@endif
@if ($errors->has('policy_en'))
{{ $errors->first('policy_en') }}
@endif