@extends('admin.template') @section('title', 'Edit Pengumuman') @section('content')

Edit Pengumuman

Form edit data pengumuman

@csrf @method('PUT') {{-- JUDUL PENGUMUMAN --}}
@error('judul_pengumuman') {{ $message }} @enderror
{{-- TANGGAL PENGUMUMAN --}}
@error('tanggal_pengumuman') {{ $message }} @enderror
{{-- ISI PENGUMUMAN --}}
@error('isi_pengumuman') {{ $message }} @enderror
{{-- GAMBAR PENGUMUMAN --}}
@error('gambar_pengumuman') {{ $message }} @enderror {{-- PREVIEW GAMBAR LAMA --}} @if ($pengumuman->gambar_pengumuman)
@endif
Batal
@endsection