@include('admin.layouts.master')

Home Sliders

Create Home Slider
Home Sliders
{{--

Add lightweight datatables to your project with using the Simple DataTables library. Just add .datatable class name to any table you wish to conver to a datatable

--}} @foreach ($homesliders as $homeslider) @endforeach
S.No Top Heading Title Banner Status Created At Actions
{{ $loop->iteration }} {{ $homeslider->top_heading }} {{ $homeslider->title_1 }} {{ $homeslider->title_2 }} {{ $homeslider->status == 1 ? 'Active' : 'Suspended' }} {{ \Carbon\Carbon::parse($homeslider->created_at)->format('d-m-Y h:i A') }}
Edit @csrf @method('DELETE')