@extends('layouts.app') @section('content')
{{-- HERO --}}
Edit Informasi
Perbarui informasi yang akan ditampilkan ke warga
Form Edit Informasi
Lengkapi semua field yang diperlukan
@csrf @method('PUT') {{-- SECTION: KONTEN --}}
{{-- SECTION: DETAIL --}}
@if($data->gambar ?? false) @else @endif
JPG, PNG maks. 2MB
{{-- FOOTER --}}
@endsection