@extends('layouts.admin') @section('title','Slider') @section('content')

Sliders

@if(count($errors)>0) @foreach($errors->all() as $error) @endforeach @endif
@foreach ($sliders as $slider) @endforeach
# Title Image Content Action
{{ $count++ }} {{ $slider->title }} {!! $slider->content !!}
@endsection