@foreach($sliders as $slider) @endforeach
Title Image Action
{{ $slider->title }} {{ $slider->image }} {!! Form::open(['route' => ['sliders.destroy', $slider->id], 'method' => 'delete']) !!}
{!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!}