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

Edit Informasi

Form edit data informasi

@csrf @method('PUT') {{-- 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 {{-- PREVIEW GAMBAR LAMA --}} @if ($informasi->gambar_informasi)
@endif
Batal
@endsection