@extends('volunteer.layouts.app') @section('content')
| Title & Classification | Timeline | Location | Status | Options |
|---|---|---|---|---|
|
{{ $event->title }} Community Awareness |
{{ $event->start_datetime->format('M d, Y') }}
{{ $event->start_datetime->format('h:i A') }} |
{{ $event->location }}
|
@if($event->start_datetime > now()) Scheduled @else Completed @endif |
|
|
No events currently assigned for volunteer support. |
||||