@extends('admin.layout.master') @section('title', 'الاعدادات') @section('content')

الاعدادات

الاعدادات

@include('admin.layout.message')
@csrf @method('PATCH')
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('passwords_email')) {{ $errors->first('passwords_email') }} @endif
@if ($errors->has('support_email')) {{ $errors->first('support_email') }} @endif
@if ($errors->has('billing_email')) {{ $errors->first('billing_email') }} @endif
@if ($errors->has('sales_email')) {{ $errors->first('sales_email') }} @endif
@if ($errors->has('facebook')) {{ $errors->first('facebook') }} @endif
@if ($errors->has('twitter')) {{ $errors->first('twitter') }} @endif
@if ($errors->has('whatsapp')) {{ $errors->first('whatsapp') }} @endif
@if ($errors->has('instagram')) {{ $errors->first('instgram') }} @endif
@if ($errors->has('additional_fee')) {{ $errors->first('additional_fee') }} @endif
@if ($errors->has('aramix_price')) {{ $errors->first('aramix_price') }} @endif

Shopping Fee Information

@if ($errors->has('shopping_fee_amount')) {{ $errors->first('shopping_fee_amount') }} @endif
@if ($errors->has('shopping_fee_percent')) {{ $errors->first('shopping_fee_percent') }} @endif
@if ($errors->has('shopping_fee_status')) {{ $errors->first('shopping_fee_status') }} @endif
@if ($errors->has('address_ar')) {{ $errors->first('address_ar') }} @endif
@if ($errors->has('address_en')) {{ $errors->first('address_en') }} @endif
@if ($errors->has('description_ar')) {{ $errors->first('description_ar') }} @endif
@if ($errors->has('description_en')) {{ $errors->first('description_en') }} @endif
@if ($errors->has('ads_details_ar')) {{ $errors->first('ads_details_ar') }} @endif
@if ($errors->has('ads_details_en')) {{ $errors->first('ads_details_en') }} @endif

الملف التعريفي للموقع

@if ($errors->has('portfolio')) {{ $errors->first('portfolio') }} @endif

صورة البانر

@if ($errors->has('site_banner')) {{ $errors->first('site_banner') }} @endif

صورة وسط الموقع

@if ($errors->has('down_banner')) {{ $errors->first('down_banner') }} @endif

صورة تسجيل الدخول في الموقغ

@if ($errors->has('login_image')) {{ $errors->first('login_image') }} @endif
@stop