@if (isset($invoiceReceivePayment)) {{ $invoiceReceivePayment->invoice->invoice_number }} @endif
@if (isset($invoiceReceivePayment)) {{ $invoiceReceivePayment->invoice->invoice_date }} @endif
@if (isset($invoiceReceivePayment)) {{ $invoiceReceivePayment->payment_method}} @endif
@if (isset($invoiceReceivePayment)) {{ $invoiceReceivePayment->payment_date }} @endif
@if (isset($invoiceReceivePayment)) {{ $invoiceReceivePayment->payment_number }} @endif
@if (isset($invoiceReceivePayment)) {{ $invoiceReceivePayment->paykey }} @endif
@if (@$action == 'show') {{trans('table.close')}} @else {{trans('table.back')}} @endif