@include('Partials.sidebar')
@include('Partials.header')

Events

@foreach($events as $index => $event) @endforeach
@include('Partials.footer')