PRONDL


@lang('reports.Supplier_Balance_Summary')

@if($from)@lang('reports.from') {{ $from }} @endif @if($to) @lang('reports.to') {{ $to }} @endif

@lang('reports.supplier_balance_summary_sum')

{{ $total }}

@foreach ($suppliers as $supplier) @endforeach
@lang('reports.Supplier_Name') @lang('reports.Total')
{{ $supplier->name }} {{ $supplier->summary }}