@extends('admin.layouts.app') @section('title', 'Admin - Slider List') @push('headerscript') @endpush @section('content')
{{--
@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if (Session::has('alert-' . $msg))
@endif @endforeach
--}}

Slider


@foreach ($sliders as $r) {{-- --}} @endforeach
S.No. Slider Action
{{ $loop->iteration }}
@method('delete') @csrf
@endsection @push('footerscript') @endpush