my changes

This commit is contained in:
Arno Kaimbacher 2018-08-06 14:30:51 +02:00
parent 28301e4312
commit 8dc1f1b048
263 changed files with 36882 additions and 4453 deletions

View 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

View file

@ -1,8 +1,7 @@
@if($errors->any())
<ul class="alert alert-danger">
<ul class="alert validation-summary-errors">
@foreach($errors->all() as $error)