@extends('layouts.app') @section('title') {{ 'Demand Spot' }} @endsection @push('styles') @endpush @section('content') @include('layouts.message')
 
REGISTERED BUSINESSES
{{ !empty($chartData["totalBusiness"]['userCountDifference']) ? $chartData["totalBusiness"]['userCountDifference'] : "" }}
REVENUE

{{ !empty($chartData["commonRevenue"]['name']) ? $chartData["commonRevenue"]['name'] : "0" }}

Compared to last month

{{ !empty($chartData["commonRevenue"]['percentage']) ? $chartData["commonRevenue"]['percentage'] : "" }}
CURRENT BUDGET

{{ !empty($chartData["commonBudget"]['name']) ? $chartData["commonBudget"]['name'] : "0" }}

Compared to last week

{{ !empty($chartData["commonBudget"]['percentage']) ? $chartData["commonBudget"]['percentage'] : "" }}
EMPLOYEES

{{ !empty($chartData["employeeCount"]['totalCount']) ? $chartData["employeeCount"]['totalCount'] : "0" }}

Compared to last week

{{ !empty($chartData["employeeCount"]['percentage']) ? $chartData["employeeCount"]['percentage'] : "" }}
Businesses around the globe.

Top Pain Points Revenue

Most common pain points with their revenue.

${{ !empty($chartData["painPointBarChartData"]["revenue_sum"]) ? $chartData["painPointBarChartData"]["revenue_sum"] : "0" }}

{{--

${{ !empty($chartData["painPointBarChartData"]["budget_sum"]) ? $chartData["painPointBarChartData"]["budget_sum"] : "0"}}

--}}

Top Pain Points Budget

Most common pain points with their budget.

{{--

${{ !empty($chartData["painPointBarChartData"]["revenue_sum"]) ? $chartData["painPointBarChartData"]["revenue_sum"] : "0" }}

--}}

${{ !empty($chartData["painPointBarChartData"]["budget_sum"]) ? $chartData["painPointBarChartData"]["budget_sum"] : "0"}}

INDUSTRY

{{--

--}} {{--
--}}

CATEGORY

{{-- --}}

Ownership Group

Related pain points

Related pain point businesses

Recent Orders

{{--

An order is an investor's instructions to a broker or brokerage firm to purchase or sell

--}}

Delivered

Cancelled

CURRENT LOCATIONS

@foreach($topCountriesFormatted as $topCountrie)

{{ $topCountrie['country_name'] }}

{{ $topCountrie['total_country_count'] }}
@endforeach
FUTURE EXPANSION LOCATIONS

@foreach($topFutureCountriesFormatted as $topFutureCountrie)

{{ $topFutureCountrie['country_name'] }}

{{ $topFutureCountrie['total_country_count'] }}
@endforeach

Potential Sales

Closed Sales

@push('scripts') @endpush @endsection