9 lines
166 B
PHP
Raw Normal View History

2023-01-28 23:07:39 +11:00
@extends('architect::layouts.error')
@section('error')
@lang('LDAP Server Unavailable')
@endsection
@section('content')
{{ $exception->getMessage() }}
@endsection