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

users {{ $account->identifier }}

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

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