@yield('title')

@if(isset($exception) && in_array($exception->getCode(), [403, 404, 419, 422, 429, 500, 503]))
@yield('message')
@endif
Vin Diesel