@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 Find Shows List Month Day Location UPSTAIRS DOWNSTAIRS @forelse($get_event_categories as $get_event_category) {{ $get_event_category->categories_name }} @empty @endforelse Apply @include('show.show') @include('calendar.index') @endsection @section('script') @endsection