@if (!auth()->user()->isUser())

{{ $total_users }}

{{ __('Total users') }}

{{ $active_users }}

{{ __('Active users') }}

{{ $expired_users }}

{{ __('Expired users') }}

{{ config('app.currency') . __(' ') . $total_bill }}

{{ __('Bill this month') }}

{{ config('app.currency') . __(' ') . $total_payment }}

{{ __('Payment this month') }}

{{ config('app.currency') . __(' ') . ($total_bill - $total_payment) }}

{{ __('Due this month') }}

{{ $all_tickets }}

{{ __('Tickets') }}

{{ $open_tickets }}

{{ __('Open tickets') }}

{{ $all_tickets - $open_tickets }}

{{ __('Closed tickets') }}

@endif