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

9 lines
166 B
PHP
Raw Normal View History

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