@extends('layouts.dashboard') @section('title', 'Sliders') @section('header', 'Homepage Sliders') @section('sidebar') @include('super-admin.partials.sidebar') @endsection @section('content')
Manage hero sliders displayed on the landing page.
| Preview | Title | Order | Status | Actions |
|---|---|---|---|---|
|
|
{{ $slider->title }} @if($slider->subtitle){{ \Illuminate\Support\Str::limit($slider->subtitle, 80) }} @endif |
{{ $slider->sort_order }} | @if($slider->is_active) Active @else Inactive @endif | |
| No sliders found. | ||||