{{ _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 }} |
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)) }}