@extends('admin.layouts.app') @section('contents')

All Sliders

@forelse($sliders as $slider) @if ($slider->is_active) @else @endif @empty @endforelse
No. Banner Title Subtitle Status
{{ $loop->iteration }} {{ $slider->title }} {{ $slider->sub_title }}ActiveInactive
No Sliders
@endsection