Update and Bugs Fix

This commit is contained in:
Izuddin
2022-09-15 21:47:46 +07:00
parent 21d9ce5975
commit 187f80eb2a
13 changed files with 85 additions and 86 deletions
+1 -1
View File
@@ -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>