@props(['exception'])

Exception trace

@if ($exception->previousExceptions()->isNotEmpty()) {{ $exception->previousExceptions()->count() }} previous {{ Str::plural('exception', $exception->previousExceptions()->count()) }} @endif
@foreach ($exception->frameGroups() as $group) @if ($group['is_vendor']) @else @foreach ($group['frames'] as $frame) @endforeach @endif @endforeach