@php
$due_diligence_id = $due_diligence->id;
$due_diligence_title = $due_diligence->title;
@endphp
@php
$file_type_html =
'
';
$file_type_html = $file_type_html.
'
';
foreach($file_type_arr as $type => $caption)
{
$switch_class = "switch-primary";
$check_class="file_type";
if($type == 'all')
{
$switch_class = "switch-success";
$check_class="select_all_file_type";
}
$file_type_html = $file_type_html.
'
';
}
$file_type_html = $file_type_html.
'
';
$sub_question = '