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

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

@endforeach
@else

Images Not Found

@endif
List Month Day

Location

    @forelse($get_event_categories as $get_event_category)
  • @empty @endforelse
@include('show.show')
@include('calendar.index')
@endsection @section('script') @endsection