13 lines
217 B
PHP
13 lines
217 B
PHP
|
<!DOCTYPE html>
|
||
|
<html lang="pt-br">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
</head>
|
||
|
<body>
|
||
|
@if (isset($lnd_invoice->append['message']))
|
||
|
{{ $lnd_invoice->append['message'] }}
|
||
|
@else
|
||
|
|
||
|
@endif
|
||
|
</body>
|
||
|
</html>
|