@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('android_link')) {{ $errors->first('android_link') }} @endif
@if ($errors->has('ios_link')) {{ $errors->first('ios_link') }} @endif
@if ($errors->has('fee')) {{ $errors->first('fee') }} @endif
@if ($errors->has('delivery_fee')) {{ $errors->first('delivery_fee') }} @endif
@if ($errors->has('discount_fee')) {{ $errors->first('discount_fee') }} @endif
@if ($errors->has('open_from')) {{ $errors->first('open_from') }} @endif
@if ($errors->has('open_to')) {{ $errors->first('open_to') }} @endif
@if ($errors->has('about_ar')) {{ $errors->first('about_ar') }} @endif
@if ($errors->has('about_en')) {{ $errors->first('about_en') }} @endif
@stop