{{ __('Test') }}

@csrf
{{$message}} @foreach ($accountBalances as $account) @if($account->TotalDebit == 0 && $account->TotalCredit == 0 && $account->AccountBalance == 0) @continue @endif @endforeach
account type account name Total Debit Total Credit Balance
{{$account->AccountType}} {{$account->AccountName}} {{$account->TotalDebit}} {{$account->TotalCredit}} {{$account->AccountBalance}}