@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('receive_cost')) {{ $errors->first('receive_cost') }} @endif
@if ($errors->has('delivery_cost')) {{ $errors->first('delivery_cost') }} @endif
@if ($errors->has('snapchat')) {{ $errors->first('snapchat') }} @endif
@if ($errors->has('telegram')) {{ $errors->first('telegram') }} @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('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