@extends('backend.layouts.app') @section('title', 'Sliders') @push('styles') @endpush @section('content')
| SL. | Image | Title | Description | Created at | Updated at | Action |
|---|---|---|---|---|---|---|
| {{$key+1}} |
@if(Storage::disk('public')->exists('slider/'.$slider->image))
|
{{$slider->title}} | {{$slider->description}} | {{ $slider->created_at->diffForHumans() }} | {{ $slider->updated_at->diffForHumans() }} | edit |