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

الاعدادات

الاعدادات

@include('admin.layout.message')
@csrf @method('PATCH')
@if ($errors->has('commission')) {{ $errors->first('commission') }} @endif
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @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
@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
@stop