@extends('layouts.app')
@section('title', 'Pengumuman')
@section('content')
Hapus Terpilih (0)
Buat Pengumuman
{{-- Form terpisah untuk hapus per baris guna menghindari nested form --}}
@foreach ($pengumuman as $item)
@endforeach
@endsection
@section('script')
@endsection