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

الاعدادات

الاعدادات

@include('admin.layout.message')
@csrf
@if ($errors->has('customer_service')) {{ $errors->first('customer_service') }} @endif
@if ($errors->has('tax_number')) {{ $errors->first('tax_number') }} @endif
@if ($errors->has('tax')) {{ $errors->first('tax') }} @endif
@if ($errors->has('snapchat')) {{ $errors->first('snapchat') }} @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('instagram')) {{ $errors->first('instgram') }} @endif
@if ($errors->has('reservation_email_body')) {{ $errors->first('reservation_email_body') }} @endif
@if ($errors->has('building_email_body')) {{ $errors->first('building_email_body') }} @endif
@if ($errors->has('building_terms')) {{ $errors->first('building_terms') }} @endif
@if ($errors->has('contact_begin')) {{ $errors->first('contact_begin') }} @endif
@if ($errors->has('terms_conditions_ar')) {{ $errors->first('terms_conditions_ar') }} @endif
@if ($errors->has('terms_conditions_en')) {{ $errors->first('terms_conditions_en') }} @endif
@stop