We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d8bed commit 69eb33fCopy full SHA for 69eb33f
resources/views/layouts/admin.blade.php
@@ -139,7 +139,7 @@
139
<div class="col-xs-12">
140
@if (count($errors) > 0)
141
<div class="alert alert-danger">
142
- @lang('base.validation_error')<br><br>
+ There was an error validating the data provided.<br><br>
143
<ul>
144
@foreach ($errors->all() as $error)
145
<li>{{ $error }}</li>
resources/views/layouts/master.blade.php
@@ -221,7 +221,7 @@ class="active"
221
222
223
224
225
226
227
0 commit comments