@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($nadi, ['method' => 'PATCH','route' => ['nadi.update', $nadi->id],'id'=>'form_nadi', "enctype"=>"multipart/form-data"]) !!}
visible == "yes") 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.nadi._cover_image')
{!! Form::textarea('description', null, ['class' => 'form-control','id'=>'description']) !!} 5000 الحروف المتبقية
email_visible == "yes") checked @endif style="vertical-align: text-bottom;">
email_visible == "no") checked @endif style="vertical-align: text-bottom;">
{!! Form::text('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']) !!}
{!! Form::submit('حفظ', ['class' => 'btn btn-primary pull-right']) !!}

{!! Form::close() !!} @include('admin.nadi._related_persons') @include('admin.nadi._additional_images')
{{--Guest User Data Table--}}
الفعاليات - ظاهرة للضيوف

{!! Form::model($nadi_guest, ['method' => 'POST','route' => ['nadi_guest.update', $nadi_guest->id],'id'=>'form_nadi_guest', "enctype"=>"multipart/form-data"]) !!}
visible == "yes") 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.nadi._guest_cover_image')
{!! Form::textarea('description', null, ['class' => 'form-control','id'=>'guest_description']) !!} 5000 الحروف المتبقية
email_visible == "yes") checked @endif style="vertical-align: text-bottom;">
email_visible == "no") checked @endif style="vertical-align: text-bottom;">
{!! Form::text('email', null, ['class' => 'form-control', 'placeholder'=>'me@domain.com','id'=>'guest_email']) !!} 30 الحروف المتبقية
{!! Form::label('email', 'البريد الإلكتروني', ['class' => 'control-label label-b']) !!}
{!! Form::submit('حفظ', ['class' => 'btn btn-primary pull-right']) !!}

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