@php if(!isset($action)) $action = 'create'; //create/update/view @endphp
@if ($action == 'create') @component('components.inputfile', ['name' => 'file_laporan_final_ttd', 'disabled' => ($action == 'view')])@endcomponent @endif @if(!empty($data['file_laporan_final_ttd']))
@component("components.buttondownload", ["href" => url('tasks/download/'. $data['file_laporan_final_ttd']), "label" => "Download File Laporan TTD Basah", "icon" => "download"])@endcomponent @endif