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

Supplier OutStanding Report

@include('validate')

Supplier OutStanding Report

@csrf
@forelse ($supplierBalanceList as $supplierbalance) @empty @endforelse
Branch Vendor Outstanding Amount
{{ $supplierbalance->branch->branch_name ?? '' }} {{ $supplierbalance->supplier->supplier_name ?? '' }} {{ number_format($supplierbalance->balance,2) }}
@lang('general.no_details_found')
@endsection