mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
20 lines
375 B
PHP
20 lines
375 B
PHP
@extends('emails.master_user')
|
|
|
|
@section('body')
|
|
<div>
|
|
{{ $client }},
|
|
</div>
|
|
|
|
<div>
|
|
{{ trans('texts.payment_message', ['amount' => $amount]) }}
|
|
</div>
|
|
|
|
<div>
|
|
{{ $license }}
|
|
</div>
|
|
|
|
<div>
|
|
{{ trans('texts.email_signature') }}<br/>
|
|
{{ trans('texts.email_from') }}
|
|
</div>
|
|
@stop |