@lang('reports.Purchases_By_Supplier_Detail')

@lang('reports.purchases_supplier_detail_sum')

$

@lang('reports.filter')

@lang('reports.Purchases_By_Supplier_Detail')

@lang('reports.purchases_by_supplier_detail')

@if(request()->get('date_from') || request()->get('date_to'))

@lang('reports.from') {{ request()->get('date_from') ?? '--' }} @lang('reports.to') {{ request()->get('date_to') ?? '--' }}

@endif {{-- --}} @php $total = 0; @endphp @foreach ($suppliers as $supplier) @foreach ($supplier->moves as $moves) @foreach ($moves as $move) @else {{ ($move->product->name) }} @endif {{-- --}} @php $total +=$move->invoice_total; @endphp @endforeach @endforeach @endforeach
@lang('reports.Supplier') @lang('reports.Date') @lang('reports.Transaction_Type') @lang('reports.reports_No')@lang('reports.Location')@lang('reports.Due_Date') @lang('reports.Amount') @lang('dashboard_sales_expenses.total_before_tax') @lang('dashboard_taxes.tax')
{{ $supplier->name }} {{ $move->invoice_date }} {{ $move->type }} @if($move->movement_type) {{ $move->number }} {{ $move->shipping_address }}{{ $move->due_date }} {{ $move->invoice_total }} {{ $move->total_before_tax }} {{ $move->taxes_total }}
@lang('reports.Email')

@lang('reports.Send_report')

@lang('reports.Send_a_report_to_a_prefered_email')

@lang('reports.To')
@lang('reports.CC')
@lang('reports.Subject')
@lang('reports.Body')
@endsection @section('custom_script') @endsection