@extends('backEnd.admin.layouts.master') @section('title') Sliders @endsection @php $data = $data ?? []; @endphp @section('body')
@php($i =1) @if($data->count() > 0) @foreach($data as $item) @endforeach @else @endif
SL. Slider Image Status Actions
{{$i++}} @if($item->status ==1) Active @else Inactive @endif
No Data Found!
{{--add sliders--}} {{--edit slider--}} @endsection @section('js') @endsection