@extends('backend.layouts.app') @section('backend_title','Admin Brand Create') @section('backend_content')
Cash Balance

BDT. {{ @number_format($totalCashBalance, '2', '.', ',' )}}

Bank Balance

BDT. {{ @number_format($totalBankBalance, '2', '.', ',' )}}

Total Balance

BDT. {{ @number_format($totalCompanyBalance, '2', '.', ',' )}}

@isset($specificBankBalance) @foreach ($specificBankBalance as $item)
{{ $item->bank_accounts?->bank_name}}

BDT. @if ($item->total_amount) {{ @number_format($item->total_amount, '2', '.', ',' )}} @else {{ @number_format($item->total_amount_in, '2', '.', ',' )}} @endif

@endforeach @endisset
@endsection @section('beackend_scripts') @endsection