9 lines
173 B
PHP
9 lines
173 B
PHP
@extends('architect::layouts.error')
|
|
|
|
@section('error')
|
|
401: @lang('LDAP Authentication Error')
|
|
@endsection
|
|
|
|
@section('content')
|
|
{{ $exception->getMessage() }}
|
|
@endsection |