@extends('volunteer.layouts.app') @section('content')

Welcome, {{ auth()->user()->name ?? 'Volunteer' }}

Volunteer Hub · Community Support

Operational Status

Secure & Active

Historical

18.5

Hours Contributed

Priority

{{ $openTasksCount ?? 0 }}

Pending Missions

Growth

26

Lives Impacted

Active

02

Slots Confirmed

Active Community Missions

@php $mockTasks = [ ['title' => 'Awareness Walk Delhi', 'due' => 'Jan 20, 2025', 'zone' => 'Regional Central', 'status' => 'High'], ['title' => 'Tele-Outreach Support', 'due' => 'Jan 22, 2025', 'zone' => 'Digital Hub', 'status' => 'Medium'], ['title' => 'Patient Registry Update', 'due' => 'Jan 15, 2025', 'zone' => 'Core Database', 'status' => 'Urgent'], ['title' => 'Support Group Moderator', 'due' => 'Jan 18, 2025', 'zone' => 'Social Node', 'status' => 'Low'], ]; @endphp @foreach($mockTasks as $task) @endforeach
Clinical Mission Timeline Deployment Zone Control
{{ $task['title'] }}
{{ $task['due'] }} {{ $task['zone'] }}

Volunteer

Community Support

For those passionate about helping with awareness, events, and supporting the myositis community.

  • Support campaigns and events
  • Contribute time and skills
  • Be part of support ecosystem

Portal Ecosystem

Synchronized deployment of volunteer resources across all active zones.

Community Shoutouts

P

Priya Sharma

Impact Star

K

Kabir Das

Community Hero

@endsection