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

{{ __('Sales Forecast') }}




@slot('table_header') {{ __('Product Item Name') }} @foreach ($monthly_dates as $date => $value) {{ date('M-Y', strtotime($date)) }} @endforeach {{__("Total Year")}} @endslot @slot('table_body') @foreach ($product_item_breakdown_data as $key => $product_data) {{ $product_data['item'] ?? '-' }} @foreach ($monthly_dates as $date => $value)
Warning: Undefined variable $date in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/forecast/modify_seasonality.blade.php on line 103

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/modify_seasonality.blade.php on line 103

Warning: Undefined variable $product_data in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/forecast/modify_seasonality.blade.php on line 106

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

Warning: Undefined variable $product_data in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/forecast/modify_seasonality.blade.php on line 108

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

Deprecated: strstr(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/forecast/modify_seasonality.blade.php on line 108

Warning: Undefined variable $product_data in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/forecast/modify_seasonality.blade.php on line 108

Warning: Trying to access array offset on null in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/forecast/modify_seasonality.blade.php on line 108
@endforeach @endforeach @endslot
{{-- --}}
{{-- --}}
@endsection @section('js') @foreach ($product_item_breakdown_data as $key => $product_data) @endforeach @endsection