@extends('admin.layouts.master') @section('title', 'List of Slides') @section('content')

Slides List

Slides List
@foreach ($sliders as $id => $slider) @endforeach
# Image Title Link Status Actions
{{ ++$id }}
{{ $slider->title }} {{ $slider->btn_link }} @if ($slider->status == 1) Published @else Draft @endif
@endsection