@extends('layouts.backend-layout') @section('content')
@csrf
@if(Auth::guard('admin')->user()->roles->add==1) @endif
@if(count($sliders)) @foreach($sliders as $key) @endforeach @endif
# Image Small Title Big Title Actions
{{ $loop->index +1 }} @if($key->image) @endif {{ $key->small_title }} {{ $key->big_title }}
{{$sliders->links("pagination::bootstrap-4")}}
@endsection