all
This commit is contained in:
28
Productivite/Snipe-IT/resources/views/errors/403.blade.php
Normal file
28
Productivite/Snipe-IT/resources/views/errors/403.blade.php
Normal file
@ -0,0 +1,28 @@
|
||||
@extends('layouts/basic')
|
||||
|
||||
{{-- Page title --}}
|
||||
@section('title')
|
||||
403
|
||||
@parent
|
||||
@stop
|
||||
|
||||
{{-- Page content --}}
|
||||
|
||||
@section('content')
|
||||
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-8 col-md-offset-2">
|
||||
|
||||
<div style="padding-top: 200px">
|
||||
<img src="{{ config('app.url') }}/img/sad-panda.png" style="width: 200px; height: 200px;" class="pull-left">
|
||||
<div class="error-content">
|
||||
<h2><i class="fas fa-exclamation-triangle text-yellow"></i> 403 Forbidden.</h2>
|
||||
<p>
|
||||
Sad panda. You are not authorized to do the thing. Maybe <a href="{{ config('app.url') }}">return to the dashboard</a>, or contact your administrator.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@stop
|
Reference in New Issue
Block a user