@extends('layouts.admin') @section('content')
Add Slider

@foreach ($slider as $key => $slider) @endforeach
SL. Title Image Description Action
{{ ++$key }} {{ $slider->title }} {{ Str::limit($slider->description,30,'..' )}}
@endsection