@if(!empty($financial))

{{ __('Projects financial summary') }}

{{ __('Net profit from projects') }}

${{ number_format($financial['net_profit_completed'] ?? 0, 2) }}

{{ __('Platform commission on completed offers') }}

{{ __('Collected fees') }}

${{ number_format($financial['net_profit_collected'] ?? 0, 2) }}

{{ __('Service charges recorded as successful') }}

{{ __('Expected (running)') }}

${{ number_format($financial['net_profit_running'] ?? 0, 2) }}

{{ __('Commission on offers in progress') }}

{{ __('Total project value') }}

${{ number_format($financial['total_project_value'] ?? 0, 2) }}

{{ __('Approved, running and completed') }}
@endif