Update generic to accept $content and $slot
This commit is contained in:
parent
3977b4e662
commit
f35d1b7e7d
1 changed files with 7 additions and 1 deletions
|
|
@ -13,7 +13,13 @@
|
|||
@endisset
|
||||
|
||||
<div style="margin-top: 10px; margin-bottom: 30px;">
|
||||
{{ $content }}
|
||||
@isset($content)
|
||||
{{ $content }}
|
||||
@endisset
|
||||
|
||||
@isset($slot)
|
||||
{{ $slot }}
|
||||
@endisset
|
||||
</div>
|
||||
|
||||
@isset($additional_info)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue