من نحن بالعربية
@if ($errors->has('about_us_ar'))
{{ $errors->first('about_us_ar') }}
@endif
من نحن بالانجليزية
@if ($errors->has('about_us_en'))
{{ $errors->first('about_us_en') }}
@endif
وصف الفوتر بالعربية
@if ($errors->has('footer_dec_ar'))
{{ $errors->first('footer_dec_ar') }}
@endif
وصف الفوتر بالانجليزية
@if ($errors->has('footer_dec_en'))
{{ $errors->first('footer_dec_en') }}
@endif
العنوان بالعربية
@if ($errors->has('address_ar'))
{{ $errors->first('address_ar') }}
@endif
العنوان بالانجليزية
@if ($errors->has('address_en'))
{{ $errors->first('address_en') }}
@endif
رقم الجوال
@if ($errors->has('mobile'))
{{ $errors->first('mobile') }}
@endif
الضريبة المضافة
@if ($errors->has('tax'))
{{ $errors->first('tax') }}
@endif
البريد الالكترونى
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
تويتر
@if ($errors->has('twitter'))
{{ $errors->first('twitter') }}
@endif
جوجل
@if ($errors->has('google'))
{{ $errors->first('google') }}
@endif
فيس بوك
@if ($errors->has('facebook'))
{{ $errors->first('facebook') }}
@endif
انستجرام
@if ($errors->has('instagram'))
{{ $errors->first('instagram') }}
@endif
لينكد ان
@if ($errors->has('linkedin'))
{{ $errors->first('linkedin') }}
@endif