phpldapadmin/resources/views/errors/598.blade.php

9 lines
169 B
PHP
Raw Normal View History

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