Detail Norma Hasil

Ubah Norma Hasil

@include('components.flash-error')
@csrf @method('PUT')

Ubah Norma Hasil

{{-- nama --}}
@error('nama_pengusul')
{{ $message }}
@enderror
{{-- tim kerja --}}
@error('tim_kerja')
{{ $message }}
@enderror
@error('rencana_id')
{{ $message }}
@enderror
{{-- Objek Kegiatan --}}
@if ($errors->has('objek_kegiatan'))
{{ $errors->first('objek_kegiatan') }}
@endif
{{-- Bulan Pelaporan --}}
@if ($errors->has('bulan_pelaporan'))
{{ $errors->first('objek_kegiatan') }}
@endif
{{-- Jenis Norma Hasil --}}
@if ($errors->has('jenis_norma_hasil'))
{{ $errors->first('jenis_norma_hasil') }}
@endif
@if ($errors->has('url_norma_hasil'))
{{ $errors->first('url-norma-hasil') }}
@endif
{{-- file upload --}}
@if ($normaHasilAccepted->laporan_path) Lihat Dokumen @else Belum terdapat dokumen yang diunggah @endif @error('file')
{{ $message }}
@enderror
{{-- date Tanggal Norma Hasil --}}
@error('tanggal_norma_hasil')
{{ $message }}
@enderror
Kembali