@extends('layouts.dashboard') @section('css') @endsection @section('dash_nav') {{-- --}} @endsection @section('sub-header') {{ __('Ratio Analysis Report') .' - '. $hospitalitySector->getStudyName() . ' - ' . $hospitalitySector->getPropertyName() }} @endsection @section('content')
{{-- DATES --}} @foreach ($dates as $dateAsString => $dateAsIndex) @endforeach @foreach ($ratio_analysis_report as $main_name => $main_data) @foreach ($dates as $dateAsString => $dateAsIndex) @endforeach @foreach ($main_data as $sub_name => $sub_data)
Warning: Undefined variable $main_name in /home/cfostools/public_html/cfostools.evoqas.com/resources/views/admin/entertainment/ratio-analysis.blade.php on line 289

Warning: Undefined variable $sub_name in /home/cfostools/public_html/cfostools.evoqas.com/resources/views/admin/entertainment/ratio-analysis.blade.php on line 290
@foreach ($dates as $dateAsString => $dateAsIndex) @endforeach @endforeach @endforeach
{{ __('Collapse') }} {{ __('Item') }} {{ __('Description') }}{{ formatDateForView($dateAsString) }}
{{ $main_name }}
{{ $sub_name }} {{ $description ?? "-" }}{{ (isset($sub_data['data'][$dateAsIndex]) ? number_format(($sub_data['data'][$dateAsIndex]*$multiplier),$decimals) : 0 ) }} {{$mark}}
@endsection @section('js') @endsection