PRONDL


@lang('reports.Clients_Price_Quotes')

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

@lang('reports.customer_price_quotes_sum')

{{ $total }}

@foreach($invoices as $invoice) @if($invoice['type'] == 'price_offer') {{-- --}} @endif @endforeach
@lang('dashboard_sales_expenses.date') @lang('dashboard_sales_expenses.movement_type') @lang('dashboard_sales_expenses.number') @lang('dashboard_sales_expenses.customer') @lang('dashboard_sales_expenses.tax') @lang('dashboard_sales_expenses.total_before_tax') @lang('dashboard_sales_expenses.total_after_tax') بدون خصم او ضريبة الاجمالي
{{ $invoice['date'] }} @lang('dashboard_sales_expenses.'.$invoice['type']) {{ $invoice['number'] }} {{ $invoice['client']['name'] }}{{ ($invoice['due_date']==null)?'':date('Y-m-d',strtotime($invoice['due_date'])) }} {{ $invoice['balance_due'] }}{{ $invoice['taxes_total'] }} {{ $invoice['balance_before_tax'] }} {{ $invoice['invoice_total'] }} {{ $invoice['balance_before_tax'] + $invoice['total_discount'] }}