@extends('layouts.main')
@section('breadcrumb')
@include('admin.account.parts.breadcrumb_accounts_index')
@include('admin.account.parts.breadcrumb_accounts_show', ['account' => $account])
{{ __('Statistics') }}
@endsection
@section('content')
users {{ $account->identifier }}
@include('admin.account.parts.tabs')
envelope Messages from the account
{!! $messagesFromGraph !!}
envelope Messages to the account
{!! $messagesToGraph !!}
phone Calls from the account
{!! $callsFromGraph !!}
phone Calls to the account
{!! $callsToGraph !!}
@endsection