@extends('layouts.admin', ['heading' => 'Homepage CMS - Hero Slider']) @section('content') @include('admin.cms._tabs') @if(session('status'))
{{ session('status') }}
@endif @if($errors->any())
@endif

Add Hero Slide

@csrf
@forelse($slides as $slide) @empty @endforelse
Slide Animation Status Actions
{{ $slide->title }}
{{ $slide->subtitle }}
@if($slide->background_image_path) {{ $slide->title }} @endif
{{ $slide->animation_type }} Active: {{ $slide->is_active ? 'Yes' : 'No' }}
Sort: {{ $slide->sort_order }}
@csrf
No hero slides found.
@endsection