@extends('backend.admin.master') @section('content')
All Sliders
Add Slider

@foreach($slider as $index=>$item) @endforeach
NO Thumbnail Slider Intro Slider Description Created Action
{{$index+1}} image)}} width='120' height='120' style="border-radius: 60px" /> {{$item->title}} {{ \Illuminate\Support\Str::limit($item->short_description, 80) }} {{ $item->created_at->diffForHumans() }}
@endsection @push('scripts') @endpush