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

{{ __('Sales Forecast') }}

{{__('Sales Annual Target Year ' ) . date('Y',strtotime($sales_forecast->start_date)) .' : '. number_format($sales_forecast->sales_target)}}

@slot('table_header') {{ __('Product '.($has_product_item == true ? 'Item' : '').' Name') }} @if ($has_product_item == true) {{ __('Choose Product / Service') }} @endif {{ __('Choose Category') }} {{ __('Sales Target Value') }} @if ($sales_forecast->target_base !== 'new_start' || $sales_forecast->new_start !=='product_target') {{ __('Sales Target %') }} @endif @endslot @slot('table_body')
Warning: Undefined variable $product_seasonality in /home/cfostools/public_html/cfostools.evoqas.com/resources/views/client_view/forecast/products_seasonality.blade.php on line 47

Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /home/cfostools/public_html/cfostools.evoqas.com/resources/views/client_view/forecast/products_seasonality.blade.php:47 Stack trace: #0 {main} thrown in /home/cfostools/public_html/cfostools.evoqas.com/resources/views/client_view/forecast/products_seasonality.blade.php on line 47