@extends('backend.template.index') @section('title', 'Slider ', subdomain()) @push('css-between') @endpush @push('script-between') @endpush @section('content')
@csrf
List Slider
@foreach ($sliders as $slider) @endforeach
# Gambar Slider Status
{{ $loop->iteration }}
@csrf @method('DELETE')
@csrf @method('PATCH')
@csrf @method('PATCH')
@endsection