add publish module
This commit is contained in:
parent
100f6db9a6
commit
ffbbc04206
93 changed files with 8150 additions and 10228 deletions
|
@ -1,15 +1,15 @@
|
|||
|
||||
@if($errors->any())
|
||||
|
||||
<ul class="alert validation-summary-errors">
|
||||
|
||||
@foreach($errors->all() as $error)
|
||||
@if($errors->any())
|
||||
|
||||
<ul class="alert validation-summary-errors">
|
||||
|
||||
@foreach($errors->all() as $error)
|
||||
|
||||
<li style="margin-left:5px;">{{ $error }}</li>
|
||||
<li style="margin-left:5px;">{{ $error }}</li>
|
||||
|
||||
@endforeach
|
||||
@endforeach
|
||||
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
@endif
|
||||
@endif
|
||||
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue