9 lines
179 B
PHP
9 lines
179 B
PHP
@extends('architect::layouts.error')
|
|
|
|
@section('title')
|
|
@lang('Not Implemented') <small>(555)</small>
|
|
@endsection
|
|
|
|
@section('content')
|
|
{{ $exception->getMessage() }}
|
|
@endsection |