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