@extends('admin.sidebar') @section('content') {{-- TABLE --}}
Data Galeri
@include('message')
Tambahkan Galeri @foreach ($galeri as $item) @endforeach
photo kategori Pengirim Action
profile image {{ $item->kategori }} {{ $item->pengirim }}
{{-- TABLE --}} {{-- Modal STORE||START|| --}} {{-- Modal STORE||END|| --}} {{-- Modal UPDATE||START|| --}} {{-- Modal UPDATE||END|| --}} {{-- Modal DESTROY||START|| --}} {{-- Modal DESTROY||END|| --}} {{-- script --}} @push('script-modal') {{-- data modal Update --}} @endpush {{-- script --}} @endsection