@include('admin.loader')
@php
$getUserRoleData = userRoleData();
$LeadSources = explode(",",$getUserRoleData->LeadSources);
@endphp
@if(session()->has('message'))
{{ trans('labels.Successlabel') }}
{{ session()->get('message') }}
@endif
@if(session()->has('error'))
{{ trans('labels.WarningLabel') }}
{{ session()->get('error') }}
@endif
|
Sales Report (Leads)
|
@php $totllead=0;
foreach ($result['lead_reports']['administrators_all'] as $atVal){
$totllead+=$atVal->total_leads;
}
@endphp
| Total Leads |
{{$totllead}} |
| Name |
1 Year |
Final Sales |
Total |
In Process |
Service Enabled |
Dead |
Service Enabled % |
@include('admin.reports.combine-leads-reports-pagination-daily')
| Service Plan Report |
| Service Plan |
Count of Package |
Revanue |
@include('admin.reports.combine-service-reports-pagination')
|
Sales Report (Country)
|
Report not found
|
| Product Report
|
@php $totllead=0;
foreach ($result['product_reports']['administrators_all'] as $atVal){
$totllead+=$atVal->total_leads;
}
@endphp
| Leads Converted |
{{$result['product_reports']['todayTotalLeads']}} |
| Opportunity Converted |
{{$result['product_reports']['todayTotalopportunities']}} |
| Product Name |
Opp |
Sales |
Opp Admin |
Lost |
Conversion % |
@include('admin.reports.combine-product-reports-pagination-daily')