first commit
This commit is contained in:
13
resources/views/errors/403.blade.php
Normal file
13
resources/views/errors/403.blade.php
Normal file
@@ -0,0 +1,13 @@
|
||||
@extends('layouts.admin')
|
||||
|
||||
@section('title', 'Forbidden Access')
|
||||
|
||||
@section('content')
|
||||
<!-- Default box -->
|
||||
<div class="box box-success">
|
||||
<div class="box-body">
|
||||
<h1>You don't have permission.</h1>
|
||||
</div>
|
||||
<!-- /.box-body -->
|
||||
</div>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user