@extends('admin.layout') @section('content')
Manage community activities and events
| Name | Location | Date | Time | Category | Actions |
|---|---|---|---|---|---|
| {{ $activity->name }} |
@if($activity->location)
{{ $activity->location }}
@else
No location
@endif
|
{{ $activity->date ?? '-' }} | {{ $activity->time ?? '-' }} | {{ $activity->category->name }} |
{{-- Edit Button --}}
Edit
{{-- Delete Button --}}
|
|
No activities found Get started by creating your first activity |
|||||