@php if(!isset($action)) $action = 'create'; //create/update/view @endphp


Rencana Kerja Survey



PIC / Pendamping
Dokumen Administrasi
   
@foreach($rks_dok_administrasi as $idx => $row)
is_yes == 'Y') ? "checked" : "" }}>   is_yes == 'T') ? "checked" : "" }}>
@endforeach
Dokumen Teknis
   
@foreach($rks_dok_teknis as $idx => $row)
is_yes == 'Y') ? "checked" : "" }}>   is_yes == 'T') ? "checked" : "" }}>
@endforeach
Schedule
@if($action != 'view')
@endif
No. Schedule Tanggal Keterangan Output Aksi
Biaya Perjalanan Dinas / Allowance
@if($action != 'view')
@component('components.inputfile', ['name' => 'file_allowance', 'disabled' => ($action == 'view')])@endcomponent @endif @if(!empty($data['file_allowance']))

@component("components.buttondownload", ["href" => url('tasks/downloadallowance/'. $data['file_allowance']), "label" => "Download File Allowance", "icon" => "download"])@endcomponent   @endif
@push('modals') @if($action != 'view') @endif @endpush @push('after_scripts') @endpush