Quotation

Quotation to

Customer Name :  {{ $quotation->customer_name }}


{{ $quotation->quote_no }}
{{ $quotation->quote_date }}

Information

Phone Number Address Customer Type
{{ $quotation->phno }} {{ $quotation->address }} {{ $quotation->type }}
{{-- --}} @php $no = 1; @endphp @foreach ($sells as $sell) @if ($sell->product_price) @elseif($sell->retail_price) @endif @php $no++; @endphp @endforeach
{{ trans('No') }} {{ trans('Item Name') }} {{ trans('Description') }} {{ trans('Qty') }} {{ trans('Price') }} {{ trans('Unit') }}{{ trans('Total') }} {{-- ({{ config('currency.symbol') }}) --}}
{{ $no }} {{ $sell->part_number }} {{ $sell->description }} {{ $sell->product_qty }}{{ $sell->product_price }}{{ $sell->retail_price }}{{ $sell->unit }} {{ $sell->product_qty * ($sell->product_price ?? $sell->retail_price) }}
Sub Total {{ number_format($quotation->sub_total) }}
Discount {{ number_format($quotation->discount_total) }}
Total {{ number_format($quotation->total) }}
Deposit {{ number_format($quotation->deposit) }}
Remaining Balance {{ number_format($quotation->remain_balance) }}
Remark - {{ $quotation->remark }}


{{-- Print --}}
Print