@extends('layouts/contentLayoutMaster') @section('title', __('locale.menu.Customers')) @section('vendor-style') {{-- vendor css files --}} @endsection @section('content')

{{ $customer_stats->active_customers }} / {{ $customer_stats->total_customers }}

{{ __('locale.labels.active_customers') }}

{{ $customer_stats->inactive_customers }} / {{ $customer_stats->total_customers }}

{{ __('locale.labels.inactive_customers') }}

{{ \App\Library\Tool::number_with_delimiter($customer_stats->total_user_balances) }}

{{ __('locale.labels.total_user_balances') }}

@can('view customer') @endcan @can('create customer') @endcan @can('view customer') @endcan
{{ __('locale.labels.id') }} {{__('locale.labels.name')}} {{__('locale.labels.current_plan')}} {{__('locale.labels.sms')}} {{__('locale.labels.units')}} {{__('locale.labels.status')}} {{__('locale.labels.actions')}}
@endsection @section('vendor-script') {{-- vendor files --}} @endsection @section('page-script') {{-- Page js files --}} @endsection