mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-06 04:24:35 -04:00
9 lines
98 B
PHP
9 lines
98 B
PHP
{!! $title !!}
|
|
|
|
@isset($body)
|
|
{!! $body !!}
|
|
@endisset
|
|
|
|
@isset($content)
|
|
{!! $content !!}
|
|
@endisset |