@extends('architect::layouts.error') @section('title') @lang('Error') (598) @endsection @section('content') {{ $exception->getMessage() }} @endsection