@extends('layouts.main') @section('breadcrumb') @endsection @section('content')

people {{ $account->identifier }}

@include('admin.account.parts.tabs')
@csrf @method('post')
Day Week Month Year

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