phpldapadmin/resources/views/errors/597.blade.php
2023-01-31 10:44:35 +11:00

9 lines
166 B
PHP

@extends('architect::layouts.error')
@section('error')
@lang('LDAP Server Unavailable')
@endsection
@section('content')
{{ $exception->getMessage() }}
@endsection