@extends('admin.template') @section('title', 'Admin | Galery') @section('content') @if ($errors->any())
@endif @if (session('success'))
{{ session('success') }}
@endif

Gallery

Galery

Input Gambar

@csrf

Koleksi

{{-- float-sm-right --}}
@if ($dataDetail->whereNotNull('id_detail')->whereNotNull('foto_detail')->count() > 0) @foreach ($dataDetail as $item) @endforeach @else

Belum ada gambar di galeri.

@endif
@endsection @push('script') @endpush