@extends('errors.base') @section('title', $__t('Page not found')) @section('content')

@yield('title')

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