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

الاعدادات

الاعدادات

@include('admin.layout.message')
@csrf @method('PATCH')
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('site_name')) {{ $errors->first('site_name') }} @endif
@if ($errors->has('meta_tags')) {{ $errors->first('meta_tags') }} @endif
@if ($errors->has('search_words')) {{ $errors->first('search_words') }} @endif
@if ($errors->has('twitter')) {{ $errors->first('twitter') }} @endif
@if ($errors->has('youtube')) {{ $errors->first('youtube') }} @endif
@if ($errors->has('facebook')) {{ $errors->first('facebook') }} @endif
@if ($errors->has('video')) {{ $errors->first('video') }} @endif
@if ($errors->has('job_condition')) {{ $errors->first('job_condition') }} @endif
@if ($errors->has('future_notes')) {{ $errors->first('future_notes') }} @endif
@if ($errors->has('goals')) {{ $errors->first('goals') }} @endif
@if ($errors->has('work_experience')) {{ $errors->first('work_experience') }} @endif
@if ($errors->has('website_intro')) {{ $errors->first('website_intro') }} @endif
@stop