initial commit
This commit is contained in:
commit
28301e4312
219 changed files with 23035 additions and 0 deletions
9
resources/views/partials/flash.blade.php
Executable file
9
resources/views/partials/flash.blade.php
Executable file
|
@ -0,0 +1,9 @@
|
|||
@if(Session::has('flash_message'))
|
||||
|
||||
<div class="alert alert-success">
|
||||
|
||||
{{ session('flash_message') }}
|
||||
|
||||
</div>
|
||||
|
||||
@endif
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue