PRONDL


@lang('reports.Purchases_By_Supplier_Detail')

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

@lang('reports.purchases_supplier_detail_sum')

{{ $total }}

@foreach ($suppliers as $supplier) @foreach ($supplier->moves as $moves) @foreach ($moves as $move) @endforeach @endforeach @endforeach
@lang('reports.Date') @lang('reports.Transaction_Type') @lang('reports.Product/service') @lang('reports.Description') @lang('reports.Quantity') @lang('reports.Rate') @lang('reports.Amount')
{{ $supplier->name }} {{ $move->invoice_date }} {{ $move->type }} {{ $move->number }} {{ $move->shipping_address }} {{ $move->due_date }} {{ $move->invoice_total }}