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

الاعدادات

الاعدادات

@include('admin.layout.message')
@csrf @method('PATCH')
@if ($errors->has('snapchat')) {{ $errors->first('snapchat') }} @endif
@if ($errors->has('twitter')) {{ $errors->first('twitter') }} @endif
@if ($errors->has('instagram')) {{ $errors->first('instagram') }} @endif
@if ($errors->has('whatsapp')) {{ $errors->first('whatsapp') }} @endif
@if ($errors->has('zbony_link')) {{ $errors->first('zbony_link') }} @endif
@if ($errors->has('sala_link')) {{ $errors->first('sala_link') }} @endif
@if ($errors->has('about_us_ar')) {{ $errors->first('about_us_ar') }} @endif
@if ($errors->has('about_us_en')) {{ $errors->first('about_us_en') }} @endif
@stop