{{--{{getLogo()}}--}}
{{getConfigArrayValueByKey('COMPANY_DETAILS','company_name')}}
{{getConfigArrayValueByKey('COMPANY_DETAILS','street1')}} {{getConfigArrayValueByKey('COMPANY_DETAILS','street2')}} , {{getConfigArrayValueByKey('COMPANY_DETAILS','city')}}. Telephone : {{getConfigArrayValueByKey('COMPANY_DETAILS','telephone')}} | Fax : {{getConfigArrayValueByKey('COMPANY_DETAILS','fax')}}
Web : {{getConfigArrayValueByKey('COMPANY_DETAILS','website')}} | Email : {{getConfigArrayValueByKey('COMPANY_DETAILS','email')}}
QUOTATION
{{$customer->fullname ?? ''}}
@if(isset($business_address->address_line_1) && $business_address->address_line_1!='')
{{$business_address->address_line_1 ?? ''}}, @endif @if(isset($business_address->address_line_2) && $business_address->address_line_2!='')
{{$business_address->address_line_2 ?? ''}}, @endif @if(isset($business_address->city_name) && $business_address->city_name!='')
{{$business_address->city_name ?? ''}}, @endif @if(isset($business_address->district_name) && $business_address->district_name!='')
{{$business_address->district_name ?? ''}},
@endif @if(isset($customer->email) && $customer->email!='') {{ __('xinvoice::invoice.labels.email')}}: {{$customer->email ?? ''}}
@endif @if(isset($customer->mobile) && $customer->mobile!='') Phone: {{$customer->mobile ?? ''}}
@endif @if(isset($customer->telephone) && $customer->telephone!='') Telephone: {{$customer->telephone ?? ''}} @endif
{{$business_address->address_line_1 ?? ''}}, @endif @if(isset($business_address->address_line_2) && $business_address->address_line_2!='')
{{$business_address->address_line_2 ?? ''}}, @endif @if(isset($business_address->city_name) && $business_address->city_name!='')
{{$business_address->city_name ?? ''}}, @endif @if(isset($business_address->district_name) && $business_address->district_name!='')
{{$business_address->district_name ?? ''}},
@endif @if(isset($customer->email) && $customer->email!='') {{ __('xinvoice::invoice.labels.email')}}: {{$customer->email ?? ''}}
@endif @if(isset($customer->mobile) && $customer->mobile!='') Phone: {{$customer->mobile ?? ''}}
@endif @if(isset($customer->telephone) && $customer->telephone!='') Telephone: {{$customer->telephone ?? ''}} @endif
Quotation # : {{$quotation->quotation_code ?? ''}}
Date : {{$quotation->quotation_date ?? ''}}
Item | Description | Quantity | Unit Price | Sub Total | Discount | Amount |
---|---|---|---|---|---|---|
{{$product->product->item_code}} | {{$product->description}} | {{$product->qty}} | {{\App\Http\Helper::formatPrice($product->unit_price)}} | {{\App\Http\Helper::formatPrice($product->qty*$product->unit_price)}} | @if($product->discount!='' || $product->discount!=0) @if($product->discount_type=='P') {{$product->discount}} % @else {{\App\Http\Helper::formatPrice($product->discount)}} @endif @else -- @endif | {{\App\Http\Helper::formatPrice($product->sub_total)}} |
@if(isset($quotation->remarks) && $quotation->remarks!='')
{!! $quotation->remarks!!}
@endif
|
|