@extends('layouts.main') @section('breadcrumb') @include('admin.account.parts.breadcrumb_accounts_index') @include('admin.account.parts.breadcrumb_accounts_show', ['account' => $account]) @endsection @section('content')

{{ $account->identifier }}

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

Messages from the account

{!! $messagesFromGraph !!}

Messages to the account

{!! $messagesToGraph !!}

Calls from the account

{!! $callsFromGraph !!}

Calls to the account

{!! $callsToGraph !!} @endsection