@extends('layouts.host', ['header' => true, 'close_button' => true, 'header_image' => false]) @section('title', 'Event Library') {{-- @section('back_button') @endsection --}} @section('content')

Event Library

@if ($events->count() > 0) @foreach ($events as $event)
@endforeach @else
No events found in the library.
@endif
@endsection