@extends('admin-dining.layouts.app') @section('title', 'Sliders') @section('page-title', 'Hero Sliders') @section('page-actions') Add Slider @endsection @section('content')
| Image | Title | Subtitle | Button | Order | Status | Actions |
|---|---|---|---|---|---|---|
|
@if($slider->image)
|
{{ $slider->title }} | {{ Str::limit($slider->subtitle, 40) ?? '-' }} | {{ $slider->button_text ?? '-' }} | {{ $slider->sort_order }} | @if($slider->status == 'active') Active @else Inactive @endif | Edit |
| No sliders found. Create your first slider | ||||||