--}}
@if(isset($columns))
@php
$excludeColumns = [
'ID', 'IsAadharNumber','Password', 'IsConfirm', 'ApplicationFinalSubmit', 'ApplicationSubmitDate', 'LastLoginDate', 'ModifyBy',
'ModifyDate', 'CandidateIP', 'IsActive', 'AuthKey', 'VerificationToken', 'Status', 'created_at', 'updated_at',
'PasswordResetToken', 'IsCheckedName', 'IsCheckedDOB', 'IsCheckedFatherName', 'IsCheckedMotherName',
'IsCheckedGender', 'IsCheckedAddress', 'IsCheckedMobile', 'IsCheckedEmail',
'PaymentConfirmedDate', 'ActivityID', 'IsAllocation', 'IsCorrection', 'IsCorrectionSubmit',
'CorrectionSubmitDate', 'CorrectionActivateDate', 'AdminExamConfigID', 'IsSIngleGirlChild',
'SysStartTime', 'SysEndTime', 'IsCorrectionFinalSubmit', 'ischargeback'
];
@endphp
@foreach ($columns as $column)
@if (!in_array($column, $excludeColumns))
@endif
@endforeach
@if (!$mandatoryChecked)
At least one checkbox is mandatory
@endif