@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('facebook')) {{ $errors->first('facebook') }} @endif
@if ($errors->has('twitter')) {{ $errors->first('twitter') }} @endif
@if ($errors->has('youtube')) {{ $errors->first('youtube') }} @endif
@if ($errors->has('instagram')) {{ $errors->first('instagram') }} @endif
@if ($errors->has('snapchat')) {{ $errors->first('snapchat') }} @endif
@if ($errors->has('primary_questions')) {{ $errors->first('primary_questions') }} @endif
@if ($errors->has('intermediate_questions')) {{ $errors->first('intermediate_questions') }} @endif
@if ($errors->has('revision_notes')) {{ $errors->first('revision_notes') }} @endif
@if ($errors->has('users')) {{ $errors->first('users') }} @endif
@if ($errors->has('about_us')) {{ $errors->first('about_us') }} @endif
@if ($errors->has('mocking_exam_description')) {{ $errors->first('mocking_exam_description') }} @endif
@stop