@php $currency = currency() @endphp @php $date_format = get_company_option('date_format','Y-m-d'); @endphp
| {{ _lang('Date') }} | {{ _lang('Account') }} | {{ _lang('Income Type') }} | {{ _lang('Amount') }} | {{ _lang('Payment Method') }} |
|---|---|---|---|---|
| {{ date($date_format, strtotime($transaction->trans_date)) }} | {{ $transaction->account->account_title.' - '.$transaction->account->account_currency }} | {{ $transaction->income_type->name }} | {{ decimalPlace($transaction->amount, currency($transaction->account->account_currency)) }} | {{ $transaction->payment_method->name }} |