@extends('admin.layouts.app') @section('title', 'All Gallery') @section('section') @php if (!empty($gallery->content)) { // Decode the 'content' JSON string into an associative array. $decodedData = json_decode($gallery->content, true); } @endphp

Gallery Form

@csrf

Gallery Section


Gallery Section

@foreach($get_galleries as $get_gallery) @endforeach
Image Edit Delete
Edit Delete
@endsection @section('script') @endsection