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

@yield('title')

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