@extends('layout.guest') @section('title') Events @endsection @section('content')

Events

Featured Events

@include('pages.apps.event-management.events.event-cards', ['events' => $events]) @if($events->isEmpty())

No events found.

@endif
@if($events->hasMorePages())
@endif
@endsection @section('scripts') @endsection