@extends('admin.layouts.app') @section('title', 'Sliders') @section('page-title', 'Home Sliders') @section('content')
| Preview | Title | Subtitle | Order | Status | Actions |
|---|---|---|---|---|---|
|
@if($slider->image_path)
No image
@endif
|
{{ $slider->title }} | {{ Str::limit($slider->subtitle, 30) }} | {{ $slider->sort_order }} | Edit | |
| No sliders yet. Add one to show on the app home screen. | |||||