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

Tambah Informasi

Form tambah data informasi

@csrf {{-- KATEGORI INFORMASI --}}
@error('kategori_informasi') {{ $message }} @enderror
{{-- JUDUL INFORMASI --}}
@error('judul_informasi') {{ $message }} @enderror
{{-- TANGGAL INFORMASI --}}
@error('tanggal_informasi') {{ $message }} @enderror
{{-- ISI INFORMASI --}}
@error('isi_informasi') {{ $message }} @enderror
{{-- GAMBAR INFORMASI --}}
@error('gambar_informasi') {{ $message }} @enderror
Batal
@endsection