@extends('adminlte::page') @section('title', 'Tambah Pengumuman') @section('content_header')

Form Tambah Pengumuman

@stop @section('content')
Tambah data
@csrf
@error('judul')
{{ $message }}
@enderror
@error('isi')
{{ $message }}
@enderror
@error('is_active')
{{ $message }}
@enderror
@stop @section('css') {{-- Add here extra stylesheets --}} {{-- --}} @stop @section('js') @stop