@trans('crm.Opportunities Report')

← @trans('crm.Back to Reports')

@trans('crm.Opportunities by Stage')

@trans('crm.Revenue Analysis')

@php $totalRevenue = 0; @endphp @foreach($oppsByStage as $stage) @php $totalRevenue += $stage->total_revenue; @endphp @endforeach
@trans('crm.Stage') @trans('crm.Count') @trans('crm.Expected Revenue')
{{ $stage->name }} {{ $stage->count }} {{ number_format($stage->total_revenue, 2) }}
@trans('crm.Total') {{ $oppsByStage->sum('count') }} {{ number_format($totalRevenue, 2) }}
@push('scripts') @endpush