@extends('admin.layouts.app') @section('title', 'Hero Slider') @section('content')
| Order | Image | Title | CTA | Status | Actions |
|---|---|---|---|---|---|
| {{ $hero->order }} |
@if ($hero->background_image)
No Image
@endif
|
{{ $hero->title }}
@if ($hero->subtitle)
{{ Str::limit($hero->subtitle, 50) }}
@endif
|
{{ $hero->cta_text ?? '-' }} | @if ($hero->is_active) Active @else Inactive @endif | Edit |
No hero slides yet. Create your first slide!
Add New Slide