@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
{{-- Guest Contact Form --}}

@csrf
30 الحروف المتبقية
show_email == 'Yes' ? 'checked' : '') : 'checked' }}> show_email == 'No' ? 'checked' : '') : '' }}>
15 الحروف المتبقية
show_phone == 'Yes' ? 'checked' : '') : 'checked' }}> show_phone == 'No' ? 'checked' : '') : '' }}>
15 الحروف المتبقية
show_instant_messaging == 'Yes' ? 'checked' : '') : '' }}> show_instant_messaging == 'No' ? 'checked' : '') : 'checked' }}>
@if (Auth::user()->can('committeeContacts-create') || Auth::user()->can('committeeContacts-edit'))
@endif
{{-- Private Contact Form --}}

@csrf
30 الحروف المتبقية
show_email == 'Yes' ? 'checked' : '') : 'checked' }}> show_email == 'No' ? 'checked' : '') : '' }}>
15 الحروف المتبقية
show_phone == 'Yes' ? 'checked' : '') : 'checked' }}> show_phone == 'No' ? 'checked' : '') : '' }}>
15 الحروف المتبقية
show_instant_messaging == 'Yes' ? 'checked' : '') : '' }}> show_instant_messaging == 'No' ? 'checked' : '') : 'checked' }}>
@if (Auth::user()->can('committeeContacts-create') || Auth::user()->can('committeeContacts-edit'))
@endif
@endsection @section('page_script') @endsection