Signature

@php $checkField = $activecheckclass = $prizecheckdisable = '' ; $mand_val = 0; if($prizeForm == '1' && $firstLoad == '1'){ $checkField = 'checked'; $prizecheckdisable = 'disabled'; $activecheckclass = 'active-check'; $mand_val = '1'; }else{ if(isset($formValue) && gettype($formValue)=='object' && $formValue->is_mandatory==='1'){ $checkField = 'checked'; $mand_val = 1; $activecheckclass = 'active-check'; } } @endphp @if( $firstLoad == '0')
Make Mandatory
@else @endif
Please Note: Individuals will be asked to type into a field and a cursive version will display beside.