{!! BootForm::select('Bank or Cash Account ', 'type')->options(['1' => 'Yes', '0' => 'No'])->attribute('id', 'type')->formText('Note : Select if the ledger account is a bank or a cash account.'); !!}
{!! BootForm::select('Reconciliation', 'reconciliation')->options(['1' => 'Yes', '0' => 'No'])->attribute('id', 'Reconciliation')->formText('Note : If selected the ledger account can be reconciled from Reports Reconciliation.'); !!}