@extends('backend.layouts.app') @section('title', 'Sliders') @push('styles') @endpush @section('content')

Sliders

@foreach( $sliders as $key => $slider ) @endforeach
SL. Image Title Description Created at Updated at Action
{{$key+1}} @if(Storage::disk('public')->exists('slider/'.$slider->image)) {{$slider->title}} @endif {{$slider->title}} {{$slider->description}} {{ $slider->created_at->diffForHumans() }} {{ $slider->updated_at->diffForHumans() }} edit
@endsection @push('scripts') @endpush