my changes
This commit is contained in:
parent
28301e4312
commit
8dc1f1b048
263 changed files with 36882 additions and 4453 deletions
14
resources/views/errors/401.blade.php
Normal file
14
resources/views/errors/401.blade.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
{{-- \resources\views\errors\401.blade.php --}}
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('content')
|
||||
<div class='col-lg-4 col-lg-offset-4'>
|
||||
<h1><center>401<br>
|
||||
ACCESS DENIED</center></h1>
|
||||
<h2>{{ $exception->getMessage() }}</h2>
|
||||
</div>
|
||||
|
||||
@endsection
|
||||
|
||||
|
||||
|
|
@ -1,8 +1,7 @@
|
|||
|
||||
|
||||
@if($errors->any())
|
||||
|
||||
<ul class="alert alert-danger">
|
||||
<ul class="alert validation-summary-errors">
|
||||
|
||||
@foreach($errors->all() as $error)
|
||||
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue