@extends('layouts.app') @section('content')
| Branch | Customer | Outstanding Amount | ||
|---|---|---|---|---|
| {{ $customerbalance->branch->branch_name ?? '' }} | {{ $customerbalance->customer->customer_name ?? '' }} | {{ number_format($customerbalance->balance,2) }} | ||
| @lang('general.no_details_found') | ||||