@foreach($accounts as $account) @endforeach
Account ID Account Name Balance Open Balance
{{$account->account_id}} {{$account->master_name}} {{ number_format($account->cl_balance, 2, '.', ',') }} {{ number_format($account->op_balance, 2, '.', ',') }}

New Account


@if($isdept)
@endif

Account created successfully. Click 'Select Account'.

Select Account