@extends('dashboard.layouts.adminlayout') @section('title', 'Tambah Pengumuman') @section('content')
@csrf {{-- Custom Image Upload Field (Selaras dengan field lain) --}}
{{-- Image preview area --}}

Klik untuk unggah atau seret & lepas

PNG, JPG, GIF hingga 5MB

@error('image')

{{ $message }}

@enderror
{{-- Existing form fields --}}
Simpan Batal
@endsection @section('scripts') @endsection