@extends('front.layouts.main') @section('title') Kua Dashboard @endsection @push('pageCss') @endpush @section('content')

Kua Dashboard

date_range  @{{ date_from }} - @{{ date_to }}

Leads Generated

@{{ leads[0].generic ?? 0 }}

Generic

Regional Sales Report

Region @{{ (c.name) }} Total
@{{ r.region }} @{{ (r.cols && r.cols[c.id]) ? r.cols[c.id]: 0 }} @{{ r.total }}
No data found
Total @{{ regional_totals[c.id] ?? 0 }} @{{ regional_totals.__grand__ ?? 0 }}

Unit Sales Per Product

Revenue Dashboard

TOTAL SALES AMOUNTS EXPECTED COMMISION INCENTIVE AMOUNTS
@{{ (r.company) }} @{{ money(r.amounts) }} @{{ money(r.expected_commission) }} @{{ money(r.incentive) }}
Total @{{ money(revenueTotals.amounts) }} @{{ money(revenueTotals.expected_commission) }} @{{ money(revenueTotals.incentive) }}
No data found
@endsection @push('pageJs') @if(!isset($notIncludeVue)) @if(config('app.env') == 'local') @else @endif @endisset @endpush