@extends('layout.default') @section('content')

@yield('title')

{!! nl2br(e($exception->getTraceAsString())) !!}
@stop