Initial commit
This commit is contained in:
7
resources/views/dealer_layouts/notifications.blade.php
Executable file
7
resources/views/dealer_layouts/notifications.blade.php
Executable file
@@ -0,0 +1,7 @@
|
||||
@if ($errors->any())
|
||||
<ul class="alert alert-danger" style="padding-left:30px;">
|
||||
@foreach ($errors->all() as $error)
|
||||
<li>{!! $error !!}</li>
|
||||
@endforeach
|
||||
</ul>
|
||||
@endif
|
||||
Reference in New Issue
Block a user