@extends('backend/template/template') @section('content')

Dashboard||Here are Your all Slider

Here are all description all slider.

{{-- --}}
@foreach ($slider as $slider) @endforeach
#SL Title Description Category Image Status Action
{{$sl}} {{$slider->title}} {{$slider->description}} {{$slider->cat}} @if($slider->status==1) @else @endif {{-- --}} Delete
{{-- --}} @endsection