@extends('layouts.dashboard') @section('css') @endsection @section('dash_nav') @endsection @section('content')

{{ __('Sales Results') }}

{{-- Quarters --}} @foreach ($quarters as $quarter_name => $quarter)

{{ __($quarter_name) }}

{{ number_format($quarter['value'] ?? 0) }}
@endforeach

{{ __('Products Sales Results') }}

{{-- Quarters --}}

{{ __('New Product Items Sales Target') }}

{{ number_format($new_products_targets_data['value'] ?? 0) .' [ ' .number_format($new_products_targets_data['percentage'] ?? 2) .' % ]' }}

{{ __('Existing Product Items Sales Target') }}

{{ number_format($existing_products_targets_data['value'] ?? 0) .' [ ' .number_format($existing_products_targets_data['percentage'] ?? 2) .' % ]' }}
{{-- First Section --}}
{{-- Total Facilities --}}

{{ __('Monthly Sales Values') }}

{{ __('Accumulated Sales Values') }}


Warning: Undefined variable $chart_data in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/forecast_summary_reports/dashboard.blade.php on line 205

Warning: Trying to access array offset on null in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/forecast_summary_reports/dashboard.blade.php on line 205

Fatal error: Uncaught TypeError: array_column(): Argument #1 ($array) must be of type array, null given in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/forecast_summary_reports/dashboard.blade.php:205 Stack trace: #0 /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/forecast_summary_reports/dashboard.blade.php(205): array_column(NULL, 'date') #1 {main} thrown in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/forecast_summary_reports/dashboard.blade.php on line 205