Warning: Undefined variable $collection_settings in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/forecast_summary_reports/collection_dashboard.blade.php on line 82
Warning: Attempt to read property "collection_base" on null in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/forecast_summary_reports/collection_dashboard.blade.php on line 82
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/forecast_summary_reports/collection_dashboard.blade.php on line 82
{{-- General Collection Policy --}}
@if ($collection_settings->collection_base == 'general_collection_policy')
@slot('table_header')
| {{ __('Collection / Months') }} |
@foreach ($monthly_dates as $date => $value)
{{ date('M-Y', strtotime($date)) }} |
@endforeach
{{ __('Total Year') }} |
@endslot
@slot('table_body')
| {{ __('Collection') }} |
@foreach ($monthly_dates as $date => $value)
{{ number_format($collection[$date] ?? 0) }}
|
Warning: Undefined variable $date in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/forecast_summary_reports/collection_dashboard.blade.php on line 103
Warning: Undefined variable $date in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/forecast_summary_reports/collection_dashboard.blade.php on line 105
Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/forecast_summary_reports/collection_dashboard.blade.php on line 105
Warning: Undefined variable $date in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/forecast_summary_reports/collection_dashboard.blade.php on line 106
Warning: Undefined variable $date in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/forecast_summary_reports/collection_dashboard.blade.php on line 109
Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/forecast_summary_reports/collection_dashboard.blade.php on line 109
@endforeach
{{ number_format(array_sum($collection)) }} |
@endslot
@else
@slot('table_header')
| {{ __($collection_base . ' / Months') }} |
@foreach ($monthly_dates as $date => $value)
{{ date('M-Y', strtotime($date)) }} |
@endforeach
{{ __('Total Year') }} |
@endslot
@slot('table_body')
@foreach ($collection as $base_name => $base_collection)
| {{ $base_name }} |
@foreach ($monthly_dates as $date => $value)
Warning: Undefined variable $date in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/forecast_summary_reports/collection_dashboard.blade.php on line 136
Warning: Undefined variable $date in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/forecast_summary_reports/collection_dashboard.blade.php on line 136
Warning: Undefined variable $date in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/forecast_summary_reports/collection_dashboard.blade.php on line 136
{{ number_format($base_collection[$date] ?? 0) }}
|
@endforeach
{{ number_format(array_sum($base_collection)) }}
|
@endforeach
| {{ __('Total') }} |
@foreach ($monthly_dates as $date => $value)
{{ number_format($total[$date] ?? 0) }} |
Warning: Undefined variable $date in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/forecast_summary_reports/collection_dashboard.blade.php on line 149
Warning: Undefined variable $date in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/forecast_summary_reports/collection_dashboard.blade.php on line 151
Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/forecast_summary_reports/collection_dashboard.blade.php on line 151
Warning: Undefined variable $date in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/forecast_summary_reports/collection_dashboard.blade.php on line 152
Warning: Undefined variable $date in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/forecast_summary_reports/collection_dashboard.blade.php on line 155
Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/forecast_summary_reports/collection_dashboard.blade.php on line 155
@endforeach
{{ number_format(array_sum($total)) }} |
@endslot
@endif