@if($sale_quotations->isEmpty())
{{ $sale_quotations[0]->quotation_no }}
{{ CommonHelper::changeDateFormat($sale_quotations[0]->quotation_date) }}
{{ CommonHelper::changeDateFormat($sale_quotations[0]->q_valid_up_to) }}
{{ $sale_quotations[0]->revision_no }}
{{ $sale_quotations[0]->customer_name }}
{{ $sale_quotations[0]->address }}
{{ $city->name ?? '' }}
@endif{{ $country->name ?? '' }}
@endif{{ $sale_quotations[0]->strn }}
{{ $sale_quotations[0]->NTNNumber }}
{{ $sale_quotations[0]->prospect_company_name }}
{{ $sale_quotations[0]->prospect_company_address }}
{{ $sale_quotations[0]->curreny_id == 1 ? 'PKR' : 'USD' }}
{{ CommonHelper::changeDateFormat($sale_quotations[0]->inquiry_reference_date) }}
{{ $sale_quotations[0]->exchange_rate }}
{{ $sale_quotations[0]->sales_type_name }}
{{ SalesHelper::deliverMode($sale_quotations[0]->mode_of_delivery) }}
| S No | Item | Pack Type | Color | QTY | UOM | Unit Price (without GST) | Tax % | Tax Amount | Further Tax % | Further Tax Amount | Unit Price (with GST) | Total Value (with GST) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $counter++ }} | {{ $value->item_code.' -- '.$value->sub_ic }} | {{ $value->pack_size.' '.$value->uom_name.' '.$value->type }} | {{ $value->color }} | {{ number_format($value->qty,2) }} | {{ $value->uom_id }} | {{ number_format($value->unit_price, 2) }} | @php $tax_rat_unit_price = $value->unit_price/100*$rat_sale_tax; $tax_amount = $value->total_amount/100*$rat_sale_tax; $further_tax_rat_unit_price = $value->unit_price / 100 * $further_tax_rate; $further_tax_amount = $value->total_amount / 100 * $further_tax_rate; $total_with_gst += $value->total_amount + $tax_amount + $further_tax_amount; @endphp{{$rat_sale_tax}} % | {{ $tax_rat_unit_price }} | {{ $further_tax_rate }} % | {{ $further_tax_rat_unit_price }} | {{number_format($value->unit_price + $tax_rat_unit_price + $further_tax_rat_unit_price,2)}} | {{ number_format( $value->total_amount + $tax_amount + $further_tax_amount, 2) }} |
{{ $sale_quotations[0]->advance_tax }}
(without Taxes)
(with Taxes)