@if(Request::routeIs('checkout')) @else @forelse($all_event_meta as $ae)
{{ \Carbon\Carbon::parse($ae->start_date)->format('F j, Y') }}

{{ $ae->team_a }} vs {{ $ae->team_b }}

@empty No Events Yet @endforelse @endif
  • @if(Auth::user()) {{auth::user()->nickname}} @else Login/Signup @endif
  • Home