@include('admin.common.meta') @include('admin.common.scripts')

{{ trans('Sale Report Page') }}

@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
Search By: Date Range
@php $totllead=0; foreach ($result['lead_reports']['administrators_all'] as $atVal){ $totllead+=$atVal->total_leads; } @endphp @include('admin.reports.combine-leads-reports-pagination-daily')
Sales Report (Leads)
Total Leads {{$totllead}}
Name 1 Year Final Sales Total In Process Service Enabled Dead Service Enabled %
@include('admin.reports.combine-service-reports-pagination')
Service Plan Report
Service Plan Count of Package Revanue

Sales Report (Country)

Report not found

@php $totllead=0; foreach ($result['product_reports']['administrators_all'] as $atVal){ $totllead+=$atVal->total_leads; } @endphp @include('admin.reports.combine-product-reports-pagination-daily')
Product Report
Leads Converted {{$result['product_reports']['todayTotalLeads']}}
Opportunity Converted {{$result['product_reports']['todayTotalopportunities']}}
Product Name Opp Sales Opp Admin Lost Conversion %