@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('sub-header')
{{-- {{ __('General Fixed Expense Statement Report') .' - '. $hospitalitySector->getStudyName() . ' - ' . $hospitalitySector->getPropertyName() }} --}}
{{-- --}}
@endsection
@section('content')
@php
$index = 0 ;
@endphp
@foreach($comparingResults as $cardTitle => $comparingResult)
@endforeach
@endsection
@section('js')
@endsection