@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($awkaf, ['method' => 'PATCH','route' => ['awkaf.update', $awkaf->id],'id'=>'form_awkaf', "enctype"=>"multipart/form-data"]) !!}
visible == "yes" || $awkaf->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.awkaf._cover_image')
{!! Form::textarea('description', null, ['class' => 'form-control','id'=>'description']) !!} 5000 الحروف المتبقية
email_visible == "yes" || $awkaf->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" || $awkaf->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 brownbtn']) !!}

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

{!! Form::model($awkaf_guest, ['method' => 'POST','route' => ['awkaf_guest.update', $awkaf_guest->id],'id'=>'form_awkaf_guest', "enctype"=>"multipart/form-data"]) !!}
visible == "yes" || $awkaf_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.awkaf._guest_cover_image')
{!! Form::textarea('description', null, ['class' => 'form-control','id'=>'guest_description']) !!} 5000 الحروف المتبقية
email_visible == "yes" || $awkaf_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" || $awkaf_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 brownbtns']) !!}

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