@extends('adminlte::page') @section('title', 'Edit Halaman | Smart Cendekia') {{-- Aktifkan Plugin --}} @section('plugins.Summernote', true) @section('plugins.BsCustomFileInput', true) @section('content_header')

Edit Halaman

Perbarui konten halaman {{ $page->title }}.

@stop @section('content')
@csrf @method('PUT') {{-- Wajib untuk Update --}}
{{-- KOLOM KIRI: EDITOR UTAMA --}}

Konten Halaman

{{-- JUDUL --}}
@error('title') {{ $message }} @enderror
{{-- SUMMERNOTE --}}
@error('content') {{ $message }} @enderror
{{-- KOLOM KANAN: PENGATURAN & GAMBAR --}}
{{-- CARD GAMBAR --}}

Media

{{-- Preview Image --}}
@if($page->featured_image) Preview @else Preview @endif
Biarkan kosong jika tidak ingin mengubah gambar. @error('featured_image') {{ $message }} @enderror
{{-- TOMBOL AKSI --}}
{{-- CARD INFO META --}}
Dibuat: {{ $page->created_at->format('d M Y') }}
Update Terakhir: {{ $page->updated_at->diffForHumans() }}
@stop @push('css') @endpush @push('js') @endpush