| Offer Name | Source | Vertical & Region | Sales Revenue Projection | Volume Deal (VD) | Delivery Revenue Projection | Status | |||
|---|---|---|---|---|---|---|---|---|---|
| Conversions/Day | Unit Cost | Remaining This Month | Conversions/Day | Remaining This Month | |||||
|
{{ $projection->campaignName ?? $projection->campName }}
(#{{ $projection->campId }})
{{ $projection->userFullName }} {{ $projection->submittedByUser ? ' / ' . $projection->submittedByUser : '' }} @if($projection->campLiveStatus) {{ ucfirst($projection->campLiveStatus) }} @endif |
{{ ucwords($projection->campSource) }} |
{{--
{{ $projection->campRegion }}
--}}
{{ $projection->campVertical }}
{{ $projection->regionName }} |
{{ $projection->salesExpectedConversion }}
|
{{ $projection->currency }}
{{ sprintf("%0.2f", $projection->salesRevenue) }}
|
{{ $projection->currency }} {{ sprintf("%0.2f", $projection->salesRevenueThisMonth) }} | {{ $projection->currency }} {{ sprintf("%0.2f", $projection->volumeDeal) }} |
{{
$projection->deliveryExpectedConversion ?? "-" }}
|
{{ $projection->currency }} {{ sprintf("%0.2f", $projection->deliveryRevenueThisMonth) }} | @php $status = ''; $color = 'success'; if ($projection->cpStatus === 'salesCreated') { $status = 'Delivery Pending'; $color = 'warning'; } if ($projection->cpStatus === 'deliveryUpdated') { $status = 'Sales Pending'; $color = 'secondary'; } if ($projection->cpStatus === 'escalatedSubmit') { $status = 'Submitted'; $color = 'success'; } if ($projection->cpStatus === 'escalated') { $status = 'In-Escalation'; $color = 'danger'; } if ($projection->cpStatus === 'submitted' || $projection->cpStatus === 'presubmitted') { $status = 'Submitted'; } @endphp
{{ $status }} {{ $status == "Submitted" || $status == "Sales Pending" ? "" : $projection->pendingForDeliveryUser }} |
|
|||||||||
| Total | |||||||||
| Conversions/Day | Unit Cost | Remaining This Month | Volume Deal (VD) | Conversions/Day | Remaining This Month | ||||
| {{ $key }} | {{ number_format($curr['salesExpectedConversion'], 2) }} | {{ number_format($curr['salesRevenue'], 2) }} | {{ number_format($curr['salesRevenueThisMonth'], 2) }} | {{ number_format($curr['volumeDeal'], 2) }} | {{ number_format($curr['deliveryExpectedConversion'], 2) }} | {{ number_format($curr['deliveryRevenueThisMonth'], 2) }} | |||
| Offer Name | Vertical & Region | Projected Rev. for the Month | Volume Deal (VD) | Expected Rev. Till Date | Tracked Rev. till Date | Actual/Client Rev | Diff./Day (%) | |
|---|---|---|---|---|---|---|---|---|
|
{{ $projection->campaignName ?? $projection->campName }}
(#{{ $projection->campId }})
{{ $projection->userFullName }} {{ $projection->submittedByUser ? ' / ' . $projection->submittedByUser : '' }} @if($projection->campLiveStatus) {{ ucfirst($projection->campLiveStatus) }} @endif |
{{--
{{ $projection->campRegion }}
--}}
{{ $projection->campVertical }}
{{ $projection->regionName }} |
{{ $projection->currency }}
{{ sprintf("%0.2f", $deliveryRevenueThisMonth1) }}
|
{{ $projection->currency }} {{ sprintf("%0.2f", $projection->volumeDeal) }} | {{ $projection->currency }} {{ $projection->revenueTillDate }} | {{ $projection->currency }} {{ $projection->trackedRevenue ?? '0.00' }} | {{ $projection->currency }} {{ $projection->actualClientRevenue ?? '0.00' }} | @php $changesAbs = $projection->changes ? abs(round($projection->changes)) : 0; $changes = $projection->changes ? round($projection->changes) : 0; @endphp{{ $changesAbs }}% | |
|
||||||||
| Total | ||||||||
| P.R.F.M | Volume Deal (VD) | E.R.T.D | T.R.T.D | Actual/Client Rev | ||||
| {{ $key }} | {{ number_format($curr['deliveryRevenueThisMonth'], 2) }} | {{ number_format($curr['volumeDeal'], 2) }} | {{ number_format($curr['revenueTillDate'], 2) }} | {{ number_format($curr['trackedRevenue'], 2) }} | {{ number_format($curr['actualClientRevenue'], 2) }} | |||
| Role | Name |
|---|---|
| {{ $value->managerType ? str_replace("-", " ", $value->managerType) : 'Campaign Manager' }} | {{ $value->campManagerName }} |
| No Data | |