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

الاعدادات

الاعدادات

@include('admin.layout.message')
@csrf @method('PATCH')
@if ($errors->has('about_us_description')) {{ $errors->first('about_us_description') }} @endif
@if ($errors->has('about_us_title')) {{ $errors->first('about_us_title') }} @endif
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('whatsapp')) {{ $errors->first('whatsapp') }} @endif
@if ($errors->has('twitter')) {{ $errors->first('twitter') }} @endif
@if ($errors->has('facebook')) {{ $errors->first('facebook') }} @endif
@if ($errors->has('instagram')) {{ $errors->first('instagram') }} @endif
@if ($errors->has('snapchat')) {{ $errors->first('snapchat') }} @endif
@if ($errors->has('tax')) {{ $errors->first('tax') }} @endif

صورة من نحن

الصورة

@if ($errors->has('about_us_image')) {{ $errors->first('about_us_image') }} @endif
@stop