{!! Form::open(['route' => ['admin.familymembers.markunworthy','familymembers'=>$daleel->id],'method' => 'POST','class'=>'action_form']) !!}

إزالة رمز الشخصيات من هذا الشخص سيضع سيرته الذاتية في مسودة قسم الشخصيات

يجب إنشاء موضع خاص بالشخص في قسم شخصيات اولاً. هل تريد الانتقال الى قسم شخصيات؟

نعم، انتقل الى شخصيات {!! Form::submit('نعم',['class'=>'btn btn-primary markunworthy-info']) !!}
{!! Form::close() !!}
{!! Form::open(['route' => ['admin.familymembers.togglelocked','familymembers'=>$daleel->id],'method' => 'POST','class'=>'action_form']) !!}

By LOCKING the profile, others will not be able to send Tawasul requests for this profile. Do you want to proceed ?

By UNLOCKING the profile, others will be enabled to send Tawasul requests for this profile. Do you want to proceed ?

{!! Form::submit('Yes, Mark as Locked',['class'=>'btn btn-primary locked-submit-btn']) !!}
{!! Form::close() !!}
{!! Form::open(['route' => ['admin.familymembers.toggledisabled','familymembers'=>$daleel->id],'method' => 'POST','class'=>'action_form']) !!}

By DISABLING SERVICES the profile, current user won’t be able to make any changes to his profile. Do you want to proceed ?

By ENABLING SERVICES the profile, will enable current user to make any changes to his profile. Do you want to proceed ?

{!! Form::submit('Yes, Mark as Disabled',['class'=>'btn btn-primary disabled-submit-btn']) !!}
{!! Form::close() !!}

هل أنت متأكد من الحذف؟