1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 17:01:33 +02:00
invoiceninja/resources/views/emails/license_confirmation_text.blade.php

8 lines
154 B
PHP
Raw Normal View History

{!! $client !!},
2015-03-16 22:45:25 +01:00
{!! trans('texts.payment_message', ['amount' => $amount]) !!}
2015-03-16 22:45:25 +01:00
{!! $license !!}
2015-03-16 22:45:25 +01:00
{!! trans('texts.email_signature') !!}
{!! $account !!}