@extends('layouts.app') @section('title', 'Inicio') @section('body') @foreach ($events['cities'] as $city) @php $cities[] = [ 'name' => title_case_spanish($city['name']), 'events' => $city['events'], 'value' => $city['slug'], ]; @endphp @endforeach
env('APP_THEME') == 'vaope', 'bg-gradient-to-r from-primary-200 to-primary-900 relative' => env('APP_THEME') != 'vaope', ])>
{{--
--}}
@if (env('APP_THEME') == 'vaope')

Encuentra algo cerca de ti

@endif
@php $currentPath = request()->path(); $segments = explode('/', $currentPath); $slug = end($segments); $ubicacion = empty($slug) ? 'todos' : $slug; @endphp Mostrar más eventos
@endsection