@extends('admin.layouts.master') @section('title', 'Slider Management') @section('parent_title', 'Dashboard') @section('content')
| S.No | Image | Title | Subtitle | Sort Order | Status | Action |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} |
|
{{ $slider->title }} | {{ $slider->subtitle }} | {{ $slider->sort_order }} | @if($slider->status) Active @else Inactive @endif | Actions |
| No Slider Found | ||||||