Develop
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user