@extends('backend.template.index') @section('title', 'Galleri ' . subdomain()) @push('css-between') @endpush @push('script-between') @endpush @section('content')
FORM GALERI
@csrf
DATA GALERI
@foreach ($galleries as $gallery) @endforeach
# Gambar Status
{{ $loop->iteration }}
@csrf @method('DELETE')
@csrf
@csrf
@endsection