@extends('admin.layouts.main') @section('content')
Gallery
@if (session()->has('success')) @endif
@foreach ($gallerys as $gallery) @endforeach
No Gambar Keterangan Opsi
{{ $loop->iteration }} Foto Gallery {{ $gallery->keterangan }}
@method('delete') @csrf
@endsection