@extends('layouts.dashboard') @section('css') @endsection @section('content')
@csrf
Warning: Undefined variable $has_product_item in /home/cfostools/public_html/cfostools.evoqas.com/resources/views/client_view/forecast/products_sales_targets.blade.php on line 22
@if ($sales_forecast['add_new_products'] == 1)

{{ __('Sales Forecast') }}

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

@slot('table_header') {{ __('Product '.$name_of_product.' Name') }} {{ __('Sales Target Value') }} @if ($sales_forecast->target_base !== 'new_start' || $sales_forecast->new_start !=='product_target') {{ __('Sales Target %') }} @endif @endslot @slot('table_body') @for ($number = 0; $number < $sales_forecast->number_of_products; $number++)
Warning: Undefined variable $number in /home/cfostools/public_html/cfostools.evoqas.com/resources/views/client_view/forecast/products_sales_targets.blade.php on line 48

Warning: Undefined variable $number in /home/cfostools/public_html/cfostools.evoqas.com/resources/views/client_view/forecast/products_sales_targets.blade.php on line 49
{{@$product_seasonality[$number]->name}} {{number_format(($sales_targets_value))}} @if ($sales_forecast->target_base !== 'new_start' || $sales_forecast->new_start !=='product_target') {{number_format(($sales_targets_percentage),2) . ' %'}} @endif @endfor {{__('Total')}} {{ number_format($total_sales_targets_values)}} @if ($sales_forecast->target_base !== 'new_start' || $sales_forecast->new_start !=='product_target') {{ number_format($total_sales_targets_percentages). ' %'}} @endif @endslot
@endif
Warning: Undefined variable $sales_forecast in /home/cfostools/public_html/cfostools.evoqas.com/resources/views/client_view/forecast/products_sales_targets.blade.php on line 76

Warning: Attempt to read property "sales_target" on null in /home/cfostools/public_html/cfostools.evoqas.com/resources/views/client_view/forecast/products_sales_targets.blade.php on line 76
@if($existing_products_sales_targets > 0)

{{ __('Sales Forecast') }}

{{__('Existing Product '.$name_of_product.' Target Year ' ) . date('Y',strtotime($sales_forecast->start_date)) .' : '. number_format($existing_products_sales_targets)}}




@if ($errors->has("percentages_total"))

{{$errors->first("percentages_total")}}

@endif @slot('table_header') {{ __('Product '.$name_of_product.' Name') }} {{ __('Pervious Year Sales Value') }} {{ __('Sales Target Value') }} {{ __('Sales Target %') }} {{ __('Modify Sales Target') }} @if ($sales_forecast->target_base !== 'new_start' || $sales_forecast->new_start !=='product_target') {{ __('Modify Sales %') }} @endif @endslot @slot('table_body')
Warning: Undefined variable $product_item_breakdown_data in /home/cfostools/public_html/cfostools.evoqas.com/resources/views/client_view/forecast/products_sales_targets.blade.php on line 162

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