mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Update generic to accept $content and $slot
This commit is contained in:
parent
3977b4e662
commit
f35d1b7e7d
@ -13,7 +13,13 @@
|
|||||||
@endisset
|
@endisset
|
||||||
|
|
||||||
<div style="margin-top: 10px; margin-bottom: 30px;">
|
<div style="margin-top: 10px; margin-bottom: 30px;">
|
||||||
{{ $content }}
|
@isset($content)
|
||||||
|
{{ $content }}
|
||||||
|
@endisset
|
||||||
|
|
||||||
|
@isset($slot)
|
||||||
|
{{ $slot }}
|
||||||
|
@endisset
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@isset($additional_info)
|
@isset($additional_info)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user