Date Selector
@php
$checked =''; $activecheckclass = '';
$mandatoryValue = 0;
if(isset($formValue) && gettype($formValue)=='object' && $formValue->is_mandatory==='1'){
$checked = 'checked';
$mandatoryValue = 1;
$activecheckclass = 'active-check';
}
@endphp