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

Tambah Pengumuman

Form tambah data pengumuman

@csrf {{-- 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
Batal
@endsection