@extends('layouts.dashboard') @section('dash_nav') @include('client_view.home_dashboard.main_navs',['active'=>'discount_dashboard']) @endsection @section('css') @endsection @section('content')

{{ __('Dashboard Results') }}

@csrf
{{-- Title --}}

{{__('Sales Discounts Breakdown Analysis')}}

{{-- FIRST CARD --}}
@slot('table_header') # {{ __('Sales Discount') }} {{ __('Discount Values') }} {{ __('Percentages %') }} @endslot @slot('table_body')
Warning: Undefined variable $sales_discount_bd in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/home_dashboard/dashboard_salesDiscount.blade.php on line 106

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