mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-11 13:42:49 +01:00
9 lines
98 B
PHP
9 lines
98 B
PHP
{!! $title !!}
|
|
|
|
@isset($body)
|
|
{!! $body !!}
|
|
@endisset
|
|
|
|
@isset($content)
|
|
{!! $content !!}
|
|
@endisset |