{{ __('Name') }} | {{ __('Bank') }} | {{ __('Account number') }} | {{ __('Current Balance') }} | {{ __('Bank Address') }} | {{ __('Contact Number') }} | {{ __('Action') }} |
---|---|---|---|---|---|---|
{{ $account->holder_name }} | {{ $account->bank_name }} | {{ $account->account_number }} | {{ currency_format_with_sym($account->opening_balance) }} | {{ $account->bank_address }} | {{ $account->contact_number }} |
@php
$bankAccountArray = isset($settings['bank_account']) ? explode(',', $settings['bank_account']) : [];
@endphp
id, $bankAccountArray) ? 'checked' : '' }}>
|