Files

17 lines
464 B
PHP
Raw Permalink Normal View History

2018-09-11 07:51:35 -05:00
@extends('layouts.librenmsv1')
@section('content')
<div class="container">
2018-09-11 07:51:35 -05:00
<div class="row">
<div class="col-md-6 col-md-offset-3>
2018-09-11 07:51:35 -05:00
<h1>External Authentication Failed.</h1>
<p>Please close your browser window to try again or contact your administrator.</p>
@if($message)
<br />
<p class="text-danger">{{ $message }}</p>
@endif
</div>
</div>
</div>
2018-09-11 07:51:35 -05:00
@endsection