@extends('app') @section('content') @if(Session::has('flash_message'))
{!! Session::get('flash_message') !!}
@endif @if($errors->any())
@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif
{{--Private Events Data Table--}}
الصندوق - ظاهرة للمسجلين

{!! Form::model($sandooq, ['method' => 'PATCH','route' => ['sandooq.update', $sandooq->id],'id'=>'form_sandooq', "enctype"=>"multipart/form-data"]) !!}
visible == "yes" || $sandooq->visible == "") checked @endif style="vertical-align: text-bottom;">
visible == "no") checked @endif style="vertical-align: text-bottom;">
{!! Form::text('title', null, ['class' => 'form-control','id'=>'title','required'=>true]) !!} 60 الحروف المتبقية
@include('admin.sandooq._cover_image')
{!! Form::textarea('description', null, ['class' => 'form-control','id'=>'description']) !!} 5000 الحروف المتبقية
email_visible == "yes" || $sandooq->email_visible == "") checked @endif style="vertical-align: text-bottom;">
email_visible == "no") checked @endif style="vertical-align: text-bottom;">
{!! Form::email('email', null, ['class' => 'form-control', 'placeholder'=>'me@domain.com','id'=>'email']) !!} 30 الحروف المتبقية
{!! Form::label('email', 'البريد الإلكتروني', ['class' => 'control-label label-b']) !!}
call_me == "yes") checked @endif style="vertical-align: text-bottom;">
call_me == "no") checked @endif style="vertical-align: text-bottom;">
{!! Form::label('call_me', 'صفحة التواصل', ['class' => 'control-label label-b']) !!}
calll_visible == "yes" || $sandooq->calll_visible == "") checked @endif style="vertical-align: text-bottom;">
calll_visible == "no") checked @endif style="vertical-align: text-bottom;">
{!! Form::text('calll', null, ['class' => 'form-control','placeholder'=>'9665XXXXXXXX','id' => 'calll','pattern'=>'[0-9]{1,}', 'title'=>'Mobile number can only contain numbers']) !!} 15 الحروف المتبقية
{!! Form::label('calll', 'إتصال ', ['class' => 'control-label label-b']) !!}
{!! Form::submit('حفظ', ['class' => 'btn btn-primary pull-right']) !!}

{!! Form::close() !!} @include('admin.sandooq._related_persons') @include('admin.sandooq._contacts') @include('admin.sandooq._additional_images')
{{--Guest User Data Table--}}
الصندوق - ظاهرة للضيوف

{!! Form::model($sandooq_guest, ['method' => 'POST','route' => ['sandooq_guest.update', $sandooq_guest->id],'id'=>'form_sandooq_guest', "enctype"=>"multipart/form-data"]) !!}
visible == "yes" || $sandooq_guest->visible == "") checked @endif style="vertical-align: text-bottom;">
visible == "no") checked @endif style="vertical-align: text-bottom;">
{!! Form::text('title', null, ['class' => 'form-control','id'=>'guest_title','required'=>true]) !!} 60 الحروف المتبقية
@include('admin.sandooq._guest_cover_image')
{!! Form::textarea('description', null, ['class' => 'form-control','id'=>'guest_description']) !!} 5000 الحروف المتبقية
email_visible == "yes" || $sandooq_guest->email_visible == "") checked @endif style="vertical-align: text-bottom;">
email_visible == "no") checked @endif style="vertical-align: text-bottom;">
{!! Form::email('email', null, ['class' => 'form-control', 'placeholder'=>'me@domain.com','id'=>'guest_email']) !!} 30 الحروف المتبقية
{!! Form::label('email', 'البريد الإلكتروني', ['class' => 'control-label label-b']) !!}
calll_visible == "yes" || $sandooq_guest->calll_visible == "") checked @endif style="vertical-align: text-bottom;">
calll_visible == "no") checked @endif style="vertical-align: text-bottom;">
{!! Form::text('calll', null, ['class' => 'form-control','placeholder'=>'9665XXXXXXXX','id' => 'guest_calll','pattern'=>'[0-9]{1,}', 'title'=>'Mobile number can only contain numbers']) !!} 15 الحروف المتبقية
{!! Form::label('calll', 'إتصال ', ['class' => 'control-label label-b']) !!}
{!! Form::submit('حفظ', ['class' => 'btn btn-primary pull-right']) !!}

{!! Form::close() !!} @include('admin.sandooq._guest_additional_images')
{{--Requests Data Table--}}
الصندوق - استمارات التواصل
# الاستمارة المعلومات الحالة
{{--Archives Data Table--}}
الصندوق - الطلبات المكتملة
# الاستمارة المعلومات الحالة
@endsection @section('page_script') @endsection