@slot('table_header')
| {{ __($allocation_base .' / Months') }} |
@foreach ($allocation_data_total['Total'] as $date => $value)
{{ $date }} |
@endforeach
{{ __('Total Year') }} |
@endslot
@slot('table_body')
@php
sortTwoDimensionalExcept($allocation_data_total , ['Total'] );
@endphp
@foreach ($allocation_data_total as $base_name => $value)
Warning: Undefined variable $base_name in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/forecast/new_product_seasonality.blade.php on line 54
| {{ $base_name }} |
@foreach ($allocation_data_total['Total'] as $date => $total)
Warning: Undefined variable $date in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/forecast/new_product_seasonality.blade.php on line 59
Warning: Undefined variable $base_name in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/forecast/new_product_seasonality.blade.php on line 59
Warning: Undefined variable $date in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/forecast/new_product_seasonality.blade.php on line 59
{{ number_format($value[$date] ?? 0) }} |
@endforeach
{{number_format(array_sum($value))}} |
@endforeach
@endslot
@endif
@else
@php
$allocation_base = '';
@endphp
@endif
{{-- Existing Products --}}
@if(hasProductsItems($company))
@slot('table_header')
| {{ __($allocation_base .' / Months') }} |
@foreach ($existing_product_data['Total'] ?? [] as $date => $value)
{{ date('M-Y',strtotime('01-'.$date.'-'.$year)) }} |
@endforeach
{{ __('Total Year') }} |
@endslot
@slot('table_body')
@php
sortTwoDimensionalExcept($existing_product_data , ['Total'] );
@endphp
@foreach ($existing_product_data as $base_name => $value)
Warning: Undefined variable $base_name in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/forecast/new_product_seasonality.blade.php on line 100
| {{ $base_name }} |
@foreach ($existing_product_data['Total'] ?? [] as $date => $total)
Warning: Undefined variable $date in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/forecast/new_product_seasonality.blade.php on line 107
Warning: Undefined variable $year in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/forecast/new_product_seasonality.blade.php on line 107
Warning: Undefined variable $date in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/forecast/new_product_seasonality.blade.php on line 108
Warning: Undefined variable $base_name in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/forecast/new_product_seasonality.blade.php on line 108
Warning: Undefined variable $base_name in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/forecast/new_product_seasonality.blade.php on line 108
{{ number_format($value[$date] ?? 0) }} |
@endforeach
{{number_format(array_sum($value))}} |
@endforeach
@endslot
@endif
@if (count($products_seasonality)>0)
{{-- Total --}}
@slot('table_header')
| {{ __($allocation_base .' / Months') }} |
@foreach ($total_products_items['Total'] as $date => $value)
{{ $date }} |
@endforeach
{{ __('Total Year') }} |
@endslot
@slot('table_body')
@php
sortTwoDimensionalExcept($total_products_items , ['Total'] );
@endphp
@foreach ($total_products_items as $base_name => $value)
Warning: Undefined variable $base_name in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/forecast/new_product_seasonality.blade.php on line 149
| {{ $base_name }} |
@foreach ($total_products_items['Total'] as $date => $total)
Warning: Undefined variable $base_name in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/forecast/new_product_seasonality.blade.php on line 153
Warning: Undefined variable $date in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/forecast/new_product_seasonality.blade.php on line 153
Warning: Undefined variable $date in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/forecast/new_product_seasonality.blade.php on line 153
{{ number_format($total_value ?? 0) }} |
@endforeach
{{number_format(array_sum($value))}} |
@endforeach
@endslot
@endif
{{-- Submit --}}