@extends('layouts.base') @section('body')

{{ config('site.name') }}

{{ _('Error') }} {{ $code }}

{{ $title }}

:(


@section('problem-description')

{{ _("Something went wrong while we were processing your request") }}. {{ _("We're really sorry about this, and will work hard to get this resolved as soon as possible") }}.

@show

{!! sprintf(_('Perhaps you would like to go to our %shome page%s?'), '', '') !!}

@stop @section('css') @stop