@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('facebook')) {{ $errors->first('facebook') }} @endif
@if ($errors->has('twitter')) {{ $errors->first('twitter') }} @endif
@if ($errors->has('snapchat')) {{ $errors->first('snapchat') }} @endif
@if ($errors->has('multiple_commission')) {{ $errors->first('multiple_commission') }} @endif
@if ($errors->has('single_commission')) {{ $errors->first('single_commission') }} @endif
@if ($errors->has('fee')) {{ $errors->first('fee') }} @endif
@if ($errors->has('order_point')) {{ $errors->first('order_point') }} @endif
@if ($errors->has('point_money')) {{ $errors->first('point_money') }} @endif
@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
@stop