@extends('layout.app') @section('title') Gallery @endsection @section('content') @php if (!empty($get_single_gallery_banner_title->content)) { $gallerydecodedData = json_decode($get_single_gallery_banner_title->content, true); } @endphp
@if($gallerylSlider)
@php $get_decode = json_decode($gallerylSlider->images); @endphp @foreach($get_decode as $index => $all_images)

{{$gallerydecodedData['top_title'] ?? ''}}

@endforeach
@else

Images Not Found

@endif
@forelse($galleries as $gallery)
img {{-- img--}}
@empty

Gallery Not Found

@endforelse
@endsection