@extends('crm.layouts.app') @section('styles') @endsection @section('content')
Total Products {{@$total_products ?? '0'}}
Total Sales {{@$total_sale ?? '0'}}
{{ Carbon\Carbon::now()->format('M') }} sales {{@$current_month_sale ?? '0'}}
{{ Carbon\Carbon::now()->subMonth()->format('M') }} sales {{@$last_month_sale ?? '0'}}
Unique Cust. {{@$distinct_customers ?? '0'}}
{{-- --}}
{{__('ID')}} {{__('SKU')}} {{__('Name')}} {{__('Price')}} ({{__('in')}} {{@$base_currency->name}}){{__('Discount')}} ({{__('in')}} {{@$base_currency->name}}){{__('Units in Stock')}} {{__('Units Sold')}} {{__('Group')}} {{__('Actions')}}
@endsection @section('scripts') @include('crm.product.index_js') @endsection