@extends('admin.layouts.master') @section('title') @endsection @section('css') @include('admin.layouts.css') @endsection @section('body')
@if ($errors->any())
@endif

@foreach($sliders as $slider) @endforeach
# Image Actions
{{ $loop->iteration }} Slider Image
@csrf @method('DELETE')
@endsection @section('js') @include('admin.layouts.js') @endsection