Community Events
@if(Auth::user()->hasCacRole(['CAC Admin'], $cac->id)) Create Event @endif @if($events->count() > 0)Title | Starts At | Ends At | Location | Actions |
---|---|---|---|---|
{{ $event->title }} | {{ $event->starts_at->format('m/d/Y H:i:s') }} | {{ $event->ends_at->format('m/d/Y H:i:s') }} | {{ $event->city }}, {{ $event->state }} | View @if(Auth::user()->hasCacRole(['CAC Admin'], $cac->id)) Edit @endif |