@extends('layouts.app') @section('title', 'Activities') @section('content')

Recent Activities

Verified activities will be published here as they occur. Each activity entry will display:

    @foreach (['Activity Title', 'Location', 'Date', 'Organized By', 'Short Description', 'Photographs', 'Full Report'] as $field)
  • {{ $field }}
  • @endforeach

Activity reports and photographs will appear here soon.

View Gallery
@endsection