{{ $quote->quotation_number }}
{{ $quote->quotation_customer->shipping_address }}
@endif{{ $quote->quotation_customer->shipping_address }}
@endif @if($quote->quotation_customer->mobile){{$quote->quotation_customer->mobile }}
@endif{{ __('quote::quotation.barcode') }} | {{ __('quote::quotation.description') }} | {{ __('quote::quotation.serial number') }} | {{ __('quote::quotation.qty') }} | {{ __('quote::quotation.price') }} | {{ __('quote::quotation.total') }} |
---|---|---|---|---|---|
{{ $item->barcode }} | {{ $item->description }} | {{ $item->serialnumber }} | {{ $item->quantity }} | {{ Quotation::format_payment($item->selling_price) }} | {{ Quotation::format_payment($item->total) }} |
{{__('quote::quotation.total amount')}} | {{ Quotation::format_payment($quote->quotation_payment->subtotal) }} |
{{__('quote::quotation.shipping fee')}} | {{ Quotation::format_payment($quote->quotation_payment->shipping_fees) }} |
{{__('quote::quotation.tax rate')}} | {{ $quote->quotation_payment->tax_rate }}% |
{{__('quote::quotation.tax amount')}} | {{ Quotation::format_payment($quote->quotation_payment->tax_amount) }} |
{{__('quote::quotation.subtotal')}} | {{ Quotation::format_payment($quote->quotation_payment->totalaftertax) }} |
{{ __('quote::quotation.quote date') }} | {{ date(AdminBaseDashboard::format_date(), strtotime($quote->date)) }} |
{{ __('quote::quotation.salesperson') }} | {{ $quote->clerk->Name }} |
{{ __('quote::quotation.purchase cost') }} | {{ Quotation::format_payment($quote->cost) }} |
{{ __('quote::quotation.expected profit') }} | {{ Quotation::format_payment($quote->profit )}} |