@extends('partials.default') @section('content')

Events

Create Event
Attendance can only be marked after the event is started
@foreach($event as $p) @endforeach()
# Image Title Start Date / Time End Date / Time Address Active Action
{{$loop->iteration}} {{$p->title}} {{$p->start_date}} {{$p->start_time}} {{$p->end_date}} {{$p->end_time}} {{$p->status?'Yes':'No'}} {{$p->address}}
@endsection