Form Usulan Norma Hasil

@include('components.flash-error') {{ session()->forget(['alert-type', 'status']) }}
@csrf

Data Norma Hasil

@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
{{-- text nama dokumen --}}
@if ($errors->has('nama_dokumen'))
{{ $errors->first('nama_dokumen') }}
@endif
{{-- upload word Laporan --}}
@if ($errors->has('url_norma_hasil'))
{{ $errors->first('url-norma-hasil') }}
@endif

Kembali