fixed error pages
This commit is contained in:
		| @@ -1,16 +1,16 @@ | ||||
| @extends('layouts.admin') | ||||
| @extends('layouts.error') | ||||
|  | ||||
| @section('title', trans('errors.forbidden_access')) | ||||
| @section('title', trans('errors.title.403')) | ||||
|  | ||||
| @section('content') | ||||
|     <div class="card"> | ||||
|         <div class="card-header"> | ||||
|             <h2 class="mb-0 text-warning">403 Forbidden</h2> | ||||
|             <h2 class="mb-0 text-danger"><i class="fa fa-exclamation-triangle text-danger"></i>  {{ trans('errors.header.403') }}</h2> | ||||
|         </div> | ||||
|         <div class="card-body"> | ||||
|             <h3><i class="fa fa-exclamation-triangle text-danger"></i> {{ trans('errors.body.forbidden_access') }}</h3> | ||||
|             <p>{{ trans('errors.message.403') }}</p> | ||||
|  | ||||
|             <p>{!! trans('errors.messages.forbidden_access', ['link' => url('/') ]) !!}</p> | ||||
|             <a href="{{ url('/') }}" class="btn btn-success header-button-top"><span class="fa fa-tachometer-alt"></span>  {{ trans('general.go_to', ['name' => trans('general.dashboard')]) }}</a> | ||||
|         </div> | ||||
|     </div> | ||||
| @endsection | ||||
|   | ||||
		Reference in New Issue
	
	Block a user