@extends('layouts.dashboard')
@php
use App\Helpers\HArr;
use App\Helpers\HMath;
use MathPHP\Statistics\Correlation ;
@endphp
@section('css')
@endsection
@section('dash_nav')
@endsection
@section('css')
@endsection
@section('content')
@php
$index = 0 ;
@endphp
{{-- @foreach( $result['report_data']??[] as $name => $subItems )
@if($name !='Total')
@php
$currentExpenseTotal = 0 ;
@endphp
@php
$currentExpenseTotal = $cardTotal
@endphp
{{ number_format($currentExpenseTotal) }}
@if($totalSales)
[{{ number_format($currentExpenseTotal / $totalSales * 100,2) . ' % / Rev' }}]
@endif
@endif
@endforeach --}}
@if(!$withSensitivity)
@endif
@endsection
@section('js')
{{-- pie chart --}}
{{-- --}}
@endsection