@extends('front.layouts.app') @section('content')
@if($events->total())
@foreach($events as $event) {!! getEventBlock($event) !!} @endforeach
@else

Oops! We can't find anything that matches your search. Please try again.

@endif
@includeIf('front.includes.next-event')
@endsection