@php
$invoice_name = format_invoice_number($invoice['id']);
@endphp
Payment for Invoice {{$invoice_name}}
?
@lang('crm.payment')
@if(admin_permission('payment.delete', $invoice['clientid']))
@endif
{!! format_organization_info() !!}
{{$invoice['billing_street']}}
{{$invoice['billing_city']}} {{$invoice['billing_state']}}
{{$billing_country_name}} {{$invoice['billing_zip']}}
@lang('crm.payment_receipt')
@lang('crm.payment_date')
{{$payment['date']}}
@lang('crm.payment_view_mode')
{{$payment_mode_name}}
@lang('crm.payment_transaction_id')
{{$payment['transactionid']}}
@lang('crm.total_amount')
${{$payment['amount']}}
@lang('crm.payment_for_string')
@lang('crm.payment_table_invoice_number') | @lang('crm.payment_table_invoice_date') | @lang('crm.payment_table_invoice_amount_total') | @lang('crm.payment_table_payment_amount_total') |
---|---|---|---|
{{$invoice_name}} | {{$invoice_date}} | {{$invoice['total']}} | {{$payment['amount']}} |