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