{{ get_company_field($content->invoice->company_id,'company_name') }}

{{ _lang('Thanks for your payment') }}

{{ _lang('We have attached your receipt to this email') }}

{{ _lang('Invoice ID') }}# : {{ $content->invoice->invoice_number }}
{{ _lang('Amount') }} : {{ $content->currency.$content->transaction->amount }}
{{ _lang('Method') }} : {{ $content->method }}
{{ _lang('View Invoice') }}

If you’re having trouble clicking the View Invoice button, copy and paste the URL below into your web browser:
{{ url('client/view_invoice/'.md5($content->invoice->id)) }}