@lang('app.amount'):
{{$invoice->currency->currency_symbol}} {{$payment->amount}}
@lang('app.gateway'):
{{$payment->gateway}}
@lang('app.transactionId'):
{{$payment->transaction_id}}
@lang('app.remark'):
{!! ($payment->remarks != '') ? ucfirst($payment->remarks) : "--" !!}
@if($payment->gateway == 'Offline')
@lang('app.paymentMethod'):
{!! ($payment->offlineMethod->name ) !!}
@lang('app.receipt'):
View
@endif