@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('tax')) {{ $errors->first('tax') }} @endif
@if ($errors->has('delivery_cost')) {{ $errors->first('delivery_cost') }} @endif
@if ($errors->has('app_commission')) {{ $errors->first('app_commission') }} @endif
@if ($errors->has('marketer_commission')) {{ $errors->first('marketer_commission') }} @endif
@if ($errors->has('distance_to_families')) {{ $errors->first('distance_to_families') }} @endif
@if ($errors->has('distance_to_drivers')) {{ $errors->first('distance_to_drivers') }} @endif
@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
@if ($errors->has('ios_link')) {{ $errors->first('ios_link') }} @endif
@if ($errors->has('android_link')) {{ $errors->first('android_link') }} @endif
@if ($errors->has('facebook')) {{ $errors->first('facebook') }} @endif
@if ($errors->has('twitter')) {{ $errors->first('twitter') }} @endif
@if ($errors->has('instagram')) {{ $errors->first('instagram') }} @endif
@if ($errors->has('snapchat')) {{ $errors->first('snapchat') }} @endif
@stop