{{ $content['message'] ?? '' }}

@if(isset($content['request'])) @endif @if(isset($content['user'])) @endif @foreach(($content['trace'] ?? []) as $value) @endforeach

(1/1) ErrorException

{{ $content['description'] ?? '' }}

{{ $content['message'] ?? '' }}

URL: {{ $content['url'] ?? '' }}

IP: {{ $content['ip'] ?? '' }}

Request Information

Method: {{ $content['request']['method'] ?? 'N/A' }}

URL: {{ $content['request']['url'] ?? 'N/A' }}

Headers:

{{ json_encode($content['request']['headers'] ?? [], JSON_PRETTY_PRINT) }}

Body:

{{ json_encode($content['request']['body'] ?? [], JSON_PRETTY_PRINT) }}

Informações do Usuário

Nome: {{ $content['user']["name"] }}

Empresa: {{ json_encode($content['user']["empresa"] ?? [], JSON_PRETTY_PRINT) }}

Agencia: {{ json_encode($content['user']["agencia"] ?? [], JSON_PRETTY_PRINT) }}

Roles: {{ json_encode($content['user']["roles"] ?? [], JSON_PRETTY_PRINT) }}

Email: {{$content['user']["email"]}}

in {{ $content['file'] ?? '' }} line {{ $content['line'] ?? '' }}
at {{ basename($value['class'] ?? '') }}->{{ $value['function'] ?? '' }}()in {{ $value['file'] ?? '' }} line {{ $value['line'] ?? '' }}