@extends('tickets.layouts.public') @section('title', 'Explore Events - Loyaltiya Tickets') @php $dateRanges = [ '' => 'All', 'today' => 'Today', 'tomorrow' => 'Tomorrow', 'this_week' => 'This Week', 'this_weekend' => 'This Weekend', 'next_week' => 'Next Week', 'next_weekend' => 'Next Weekend', 'this_month' => 'This Month', 'next_month' => 'Next Month', 'this_year' => 'This Year', 'next_year' => 'Next Year', ]; @endphp @section('content')
No events found matching your filters.