@php $date_format = get_company_option('date_format','Y-m-d'); @endphp
| {{ _lang('Account Title') }} | {{ $account->account_title }} |
| {{ _lang('Opening Date') }} | {{ date($date_format, strtotime($account->opening_date)) }} |
| {{ _lang('Account Number') }} | {{ $account->account_number }} |
| {{ _lang('Account Currency') }} | {{ $account->account_currency }} |
| {{ _lang('Opening Balance') }} | {{ decimalPlace($account->opening_balance, currency($account->account_currency)) }} |
| {{ _lang('Note') }} | {{ $account->note }} |