@extends('layouts.dashboard') @section('title', 'Kelola Homepage About Section') @section('main') @push('style') @endpush

@yield('title')

Silakan kelola @yield('title') untuk tampilan utama website Anda.
@csrf @method('PUT')
@if($homeAbout->background_image) Gambar saat ini: {{ $homeAbout->background_image }} @endif
@if($homeAbout->image) Gambar saat ini: {{ $homeAbout->image }} @endif
Preview Gambar Latar
Preview Tentang Gambar
@push('script') @endpush @endsection