{{ucwords(__('Inventory Overview'))}}

# {{__('Overview')}} {{__('Quantity')}}
1 {{__('Units Sold')}} {{@$units_sold ?? '0'}}
2 {{__('Units in Stock')}} {{@$units_in_stock ?? '0'}}
3 {{__('Units sold in')}} {{ Carbon\Carbon::now()->format('M') }} {{ Carbon\Carbon::now()->format('Y') }} @if ($current_month_sales > $last_month_sales) @elseif($current_month_sales == $last_month_sales) @else @endif {{@$current_month_sales ?? '0'}}
4 {{__('Units sold in')}} {{ Carbon\Carbon::now()->subMonth()->format('M') }} {{ Carbon\Carbon::now()->format('Y') }} {{@$last_month_sales ?? '0'}}
5 {{__('Units sold in')}} {{ Carbon\Carbon::now()->format('Y') }} @if ($current_year_sales > $last_year_sales) @elseif($current_year_sales == $last_year_sales) @else @endif {{@$current_year_sales ?? '0'}}
6 {{__('Units sold in')}} {{ Carbon\Carbon::now()->subYear()->format('Y') }} {{@$last_year_sales ?? '0'}}
7 {{__('Total distinct customers who made the sales')}} {{@$distinct_customers ?? '0'}}
8 {{__('Product groups')}} {{@$product_groups ?? '0'}}
@section('script_graph01') @include('crm.graphs.graph01_js') @endsection