@extends('backend.layouts.app') @section('title',__('label.listing_user_page_title').' | '.env('APP_NAME')) @push('after-styles') @endpush @section('breadcrumb')
@endsection @section('content')
{{ $data['statistics']['totalSentInvitation'] }} No. sent Invitation
{!! $data['statistics']['users']['total'] !!} No. of Admins
{{ $data['statistics']['totalPendingAccountActivation'] }} Pending account
@endsection