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

SLIDER LIST add CREATE

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