PRONDL


@lang('reports.Purchases_By_Supplier_Summary')

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

@lang('reports.purchases_supplier_summary_sum')

{{ $total }}

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