{!! Form::open(['method' => 'POST','id'=>'markworthy_form']) !!}

Unchecking worthy will hide the record in the worthy section. Do you want to proceed ?

Checking Worthy tag requires to create a record for this person in the worthy section. Do you to go Worthy section and create one ?

Yes, Goto Worthy Section {!! Form::submit('Yes, Mark as Hidden',['class'=>'btn btn-primary markunworthy-info']) !!}
{!! Form::close() !!}
{!! Form::open(['method' => 'POST','id'=>'marklocked_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(['method' => 'POST','id'=>'markdisabled_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() !!}
{!! Form::open(['method' => 'POST', 'id'=>'issuecredentials_form' ,'class'=>'action_form']) !!} {!! Form::hidden('credentials_revoked',null,['id'=>'credentials_revoked']) !!} {!! Form::hidden('credentials_issued',null,['id'=>'credentials_issued']) !!}
{!! Form::label('username', 'Username', ['class' => 'form-label']) !!}
{!! Form::text('username', null, ['class' => 'form-control','id'=>'username_field']) !!}
{!! Form::label('password', 'Password', ['class' => 'form-label']) !!}
{!! Form::text('password', null, ['class' => 'form-control','id'=>'password_field']) !!}
Generate Password
{!! Form::label('credentials_description', 'Description', ['class' => 'form-label']) !!}
{!! Form::textarea('credentials_description', old('credentials_description'), ['class' => 'form-control','id'=>'credentials_description_field','style'=>'direction: rtl;']) !!}
{!! Form::label('email', 'Email(Optional)', ['class' => 'form-label']) !!}
{!! Form::email('email', null, ['class' => 'form-control','id'=>'email_field']) !!}

Selecting YES will revoke the user credentials of the current profile. By doing so user will not be able to login anymore. Do you want to proceed?

Selecting YES will enable the user credentials of the current profile. By doing so user will be re-enabled to login. Do you want to proceed?

{!! Form::submit('Update',['class'=>'btn btn-primary issue-credentials re-issue-actions']) !!} {!! Form::submit('Register',['class'=>'btn btn-primary issue-credentials issue-actions']) !!} {!! Form::submit('Yes, Revoke',['class'=>'btn btn-primary revoke-credentials credentials-disable']) !!} {!! Form::submit('Yes, Enable',['class'=>'btn btn-primary revoke-credentials credentials-enable']) !!}
{!! Form::close() !!}