@include('admin.header')

CATALOG

MANAGE - SLIDER

@if (isset($sliders) && count($sliders) > 0) @foreach ($sliders as $slider) @endforeach @endif
Date & Time Title Sub-title Image Status Action
{{ $slider->created_at }} {{ $slider->title }} {{ $slider->sub_title }} @if (isset($slider->image) && Storage::exists($slider->image)) @else NA @endif {{ $slider->status }}
@include('admin.footer')