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

9 lines
163 B
PHP

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