{{ ($account->type == 1) ? 'Debit' : 'Credit' }}
{{ ($account->status == 1) ? 'Active' : 'Deactive' }}
{{ __('messages.payment.payment_date') }} | --}} {{--{{ __('messages.payment.description') }} | --}} {{--{{ __('messages.payment.pay_to') }} | --}} {{--{{ __('messages.payment.amount') }} | --}} {{--
---|---|---|---|
{{ date('jS M, Y', strtotime($payment->payment_date)) }} | --}} {{--{!! !empty($payment->description)?nl2br(e($payment->description)):'N/A' !!} | --}} {{--{{ $payment->pay_to }} | --}} {{----}} {{-- {{getCurrencySymbol()}} {{ number_format($payment->amount, 2) }}--}} {{-- | --}} {{--