@if(app()->bound('sentry')) {!! Sentry\Laravel\Integration::sentryTracingMeta() !!} @endif
@yield('title')
@yield('code')
@yield('message')
@if(app()->bound('sentry') && app('sentry')->getLastEventId())
Error ID:
{{ app('sentry')->getLastEventId() }}
@endif