@extends('layouts.main')
@section('breadcrumb')
Accounts
{{ $account->identifier }}
Statistics
@endsection
@section('content')
people {{ $account->identifier }}
@include('admin.account.parts.tabs')
message Messages from the account
{!! $messagesFromGraph !!}
message Messages to the account
{!! $messagesToGraph !!}
call Calls from the account
{!! $callsFromGraph !!}
call Calls to the account
{!! $callsToGraph !!}
@endsection