Text Field(Mobile)
@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')
@else
@endif