@extends('backend.layouts.app') @section('content')
{{ translate('Total') }} {{ translate('Customer') }}
{{ $total_customers }}
{{ translate('Wallet Balance') }}
{{ single_price($wallets) }}
{{ translate('Total') }} {{ translate('Product category') }}
{{ \App\Models\Category::count() }}
{{ translate('Total') }} {{ translate('Product brand') }}
{{ \App\Models\Brand::count() }}
{{ translate('Products') }}
{{ translate('Sellers') }}
{{ translate('Category wise product sale') }}
{{ translate('Category wise product stock') }}
{{ translate('Top 12 Products') }}
@endsection @section('script') @endsection