Get rid of resources directory. Unnecessary.

This commit is contained in:
Taylor Otwell
2014-12-05 16:35:05 -06:00
parent 2d6b5c20fc
commit 0f88129356
20 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
@if (count($errors) > 0)
<div class="alert alert-danger">
<strong>Whoops!</strong> There were some problems with your input.<br><br>
<ul>
@foreach ($errors->all() as $error)
<li>{{ $error }}</li>
@endforeach
</ul>
</div>
@endif