phpvms/resources/views/layouts/default/errors/401.blade.php

7 lines
304 B
PHP
Raw Normal View History

2017-08-13 00:46:05 +08:00
@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