@lang('modules.bankaccount.relation')
@if(!is_null($bankTransaction->payment_id))
@lang('app.view')
@lang('app.relatedPayment')
@elseif ($type == 'payment')
@lang('app.payment')
@endif
@if (!is_null($bankTransaction->invoice_id))
@lang('app.view')
@lang('app.relatedInvoice')
@endif
@if (!is_null($bankTransaction->expense_id))
@lang('app.view')
@lang('app.relatedExpense')
@elseif ($type == 'expense')
@lang('app.expense')
@endif
@if(is_null($bankTransaction->payment_id) && is_null($bankTransaction->invoice_id) && is_null($bankTransaction->expense_id) && $type == 'bank')
--
@endif