{{-- @if($actionInspeksiSurvey == 'create' || $actionInspeksiSurvey == 'edit')--}}
{{--
--}}
{{-- --}}
{{--
--}}
{{-- @endif--}}
{{--
--}}
@if(isset($showStartMonitoring) && $showStartMonitoring == true)
@else
@endif
@if ($actionResumeKertasKerja != 'view')
@if ($cangenerateresume == true)
@component("components.buttondownload", ["href" => url('tasks/generate/resume/'. $data['uuid']), "label" => "Generate Resume", "icon" => "download"])@endcomponent
@endif
@endif
@if(!empty($data['file_resume_kertaskerja']))
@endif
@if ($actionResumeKertasKerja != 'view')
@component('components.inputfile', ['name' => 'file_resume_kertaskerja', 'disabled' => ($actionResumeKertasKerja == 'view')])@endcomponent
@endif
@if(!empty($data['file_resume_kertaskerja']))
@component("components.buttondownload", ["href" => url('tasks/download/'. $data['file_resume_kertaskerja']), "label" => "Download Resume & Kertas Kerja", "icon" => "download"])@endcomponent
@endif
@push('modals')