@extends('layouts.app') @section('title', 'Corporate Dashboard') @section('description', 'Track your CSR impact and funded projects') @section('content')
Track your CSR impact and funded projects
Total Funding
{{ $stats['total_funding'] ?? '₦0' }}
Projects Funded
{{ $stats['projects_funded'] ?? '0' }}
Lives Impacted
{{ number_format($stats['lives_impacted'] ?? 0) }}
Active Projects
{{ $stats['active_projects'] ?? '0' }}
Project | Amount | Date | Status | Actions |
---|---|---|---|---|
{{ $transaction->project->title }}
{{ $transaction->project->owner->name }}
|
{{ $transaction->formatted_amount }}
{{ $transaction->payment_gateway_display }}
|
{{ $transaction->created_at->format('M d, Y') }} | {{ $transaction->status_display }} | View Project |
No transactions yet. Start funding projects |
{{ $project->owner->name }}