Update and Bugs Fix
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<section class="content pt-1">
|
||||
@if ($errors->any())
|
||||
<div class="alert alert-danger">
|
||||
<strong>Whoops!</strong> There were some problems with your input.<br><br>
|
||||
<strong>Error: </strong> Terjadi beberapa kesalahan!<br><br>
|
||||
<ul>
|
||||
@foreach ($errors->all() as $error)
|
||||
<li>{{ $error }}</li>
|
||||
|
||||
Reference in New Issue
Block a user