@extends('layouts.app') @section('title', 'Executive Dashboard') @section('content')
{{ \App\Support\Format::mwk($totalRevenue) }}
↑ +12.4% this month
{{ \App\Support\Format::mwk($totalExpenses) }}
↓ -3.8% this month
{{ \App\Support\Format::mwk($netProfit) }}
{{ $netMargin }}% margin
{{ $projectCount }}
{{ $atRisk }} at risk · {{ $onTrack }} on track
{{ \App\Support\Format::mwk($cashPosition) }}
6 weeks runway
Alerts requiring attention
@if($alertActionCount > 0){{ $alertActionCount }} critical/warning unread @else Latest operational notices @endif
Revenue vs Cost Trend
All projects · Last 30 days
Profitability
All →{{ $p->name }}
{{ \App\Support\Format::mwk($p->profit, true) }} · {{ ($p->margin >= 0 ? '+' : '') . $p->margin }}%
Live Projects
View All →| Project | Progress | Budget | Spent | Profit | Status |
|---|---|---|---|---|---|
| {{ $p->name }} | {{ $p->progress }}% |
{{ \App\Support\Format::mwk($p->budget) }} | {{ \App\Support\Format::mwk($p->spent) }} | {{ \App\Support\Format::mwk($p->profit, true) }} | {{ $p->status }} |