@extends('layouts.admin') @section('title', 'Page Heroes') @section('content')
Kelola hero section untuk setiap halaman
| Preview | Page | Title | Height | Status | Actions |
|---|---|---|---|---|---|
|
@if($pageHero->background_image)
|
{{ ucfirst($pageHero->page_identifier) }} |
{{ $pageHero->title }}
@if($pageHero->subtitle)
{{ $pageHero->subtitle }}
@endif
|
{{ ucfirst($pageHero->height) }} | {{ $pageHero->is_active ? 'Aktif' : 'Nonaktif' }} |
Mulai dengan menambahkan hero section untuk halaman-halaman website Anda.
Tambah Page Hero Pertama