@vite(['resources/sass/app.scss', 'resources/js/app.js'])
@include("navbar")

All Events

@foreach($events as $event)
{{ $event->title }}

Date: {{ $event->date->format('d M Y') }}

Location: {{ $event->location }}

{{ Str::limit($event->description, 100) }}

@endforeach
@include('footer')