@extends('layouts.app') @section('title', 'Events') @section('content') @livewire('pub.events.listing') @endsection