@extends('layouts.app') @section('content')

Customer OutStanding Report

@include('validate')

Customer OutStanding Report

@csrf
@forelse ($customerBalanceList as $customerbalance) @empty @endforelse
Branch Customer Outstanding Amount
{{ $customerbalance->branch->branch_name ?? '' }} {{ $customerbalance->customer->customer_name ?? '' }} {{ number_format($customerbalance->balance,2) }}
@lang('general.no_details_found')
@endsection