This commit is contained in:
Pusdatin BPKD Jkt
2022-07-12 16:28:20 +07:00
parent a4de789b93
commit 2624b4e1e6
16 changed files with 423 additions and 431 deletions
+10 -10
View File
@@ -40,23 +40,23 @@
<section class="content">
@if ($errors->any())
<div class="alert alert-danger">
<strong>Whoops!</strong> There were some problems with your input.<br><br>
<ul>
@foreach ($errors->all() as $error)
<li>{{ $error }}</li>
@endforeach
</ul>
</div>
<div class="alert alert-danger">
<strong>Whoops!</strong> There were some problems with your input.<br><br>
<ul>
@foreach ($errors->all() as $error)
<li>{{ $error }}</li>
@endforeach
</ul>
</div>
@endif
<div class="card">
@yield('card_header')
<div class="card-body">
@hasSection('content')
@yield('content')
@yield('content')
@endif
@yield('content_error')
@yield('content_error')
</div>
</div>