@section('site_title', formatTitle([$exception->getMessage(), config('settings.title')])) @extends('layouts.error') @section('content')

{{ $exception->getStatusCode() }}

{{ $exception->getMessage() }}.

@if(url()->previous() != url()->current()) @endif
@endsection @include('shared.sidebars.user')