7 lines
135 B
PHP
Executable file
7 lines
135 B
PHP
Executable file
@if (count($errors))
|
|
@foreach ($errors as $error)
|
|
<p>{{ $error }}</p>
|
|
@endforeach
|
|
@else
|
|
There are no errors
|
|
@endif
|