@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
@if ($errors->has('home_desc_ar'))
{{ $errors->first('home_desc_ar') }}
@endif
@if ($errors->has('home_desc_en'))
{{ $errors->first('home_desc_en') }}
@endif
@if ($errors->has('android_link'))
{{ $errors->first('android_link') }}
@endif
@if ($errors->has('ios_link'))
{{ $errors->first('ios_link') }}
@endif