Corrected Uuid Trait Errors
This commit is contained in:
7
resources/views/errors/401.blade.php
Normal file
7
resources/views/errors/401.blade.php
Normal file
@@ -0,0 +1,7 @@
|
||||
@extends('layouts.default.app')
|
||||
@section('content')
|
||||
<div class="container registered-page">
|
||||
<h3>Unauthorized</h3>
|
||||
<p>Well, this is embarrassing, you are not authorized to access or perform this function. Click <a href="{{ url()->previous() }}">here</a> to go back to the home page.</p>
|
||||
</div>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user