PRONDL


@lang('reports.Supplier_Purchases_Summary')

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

@lang('reports.supplier_purchases_sum')

{{ $total }}

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