@extends('layouts.app') @section('title', 'Project Dashboard') @section('description', 'Manage your projects and track funding progress') @section('content')
Manage your projects and track funding progress
Total Projects
{{ $stats['total_projects'] ?? '0' }}
Total Funding
{{ $stats['total_funding'] ?? '₦0' }}
Beneficiaries
{{ number_format($stats['total_beneficiaries'] ?? 0) }}
Total Views
{{ number_format($stats['total_views'] ?? 0) }}
{{ $project->region }}
{{ Str::limit($project->short_description ?? $project->description, 80) }}
{{ Str::limit($update->content, 150) }}
Start posting updates to keep your funders informed about project progress