9 lines
171 B
PHP
Raw Normal View History

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