@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')
{{ $account->identifier }}
@include('admin.account.parts.tabs')
Messages from the account
{!! $messagesFromGraph !!}
Messages to the account
{!! $messagesToGraph !!}
Calls from the account
{!! $callsFromGraph !!}
Calls to the account
{!! $callsToGraph !!}
@endsection