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