Please find attached the RFQ files related to the aforementioned tender
{{--| # | Download |
|---|---|
| 1 | Download |
{{ $comments }}
@endifThank you
Best regards,
|
@if (!empty($replyemailuser))
{{ strtoupper($replyemailuser) }}
@endif
@if (!empty($companyDetails['handphone']))
@if (!empty($companyDetails['handphone']))
HP: {{ $companyDetails['handphone'] }}
@endif
@endif
@if (!empty($companyDetails['whatsapp_telephone']))
@if (!empty($companyDetails['whatsapp_telephone']))
WhatsApp: {{ $companyDetails['whatsapp_telephone'] }}
@endif
@endif
@if (!empty($companyDetails['company_name']))
{{ $companyDetails['company_name'] }}
@endif
@if (!empty($companyDetails['company_address']) || !empty($companyDetails['company_telephone']) || !empty($companyDetails['website']) || !empty($companyDetails['fax']))
@if (!empty($companyDetails['company_address']))
{{ $companyDetails['company_address'] }}
@endif
@if (!empty($companyDetails['company_country']))
{{ $companyDetails['company_country'] }}
@endif
@if (!empty($companyDetails['company_zipcode']))
{{ $companyDetails['company_zipcode'] }}
@endif
@if (!empty($companyDetails['company_telephone']))
Tel: {{ $companyDetails['company_telephone'] }}
@endif
@if (!empty($companyDetails['fax']))
Fax: {{ $companyDetails['fax'] }}
@endif
@if (!empty($companyDetails['website']))
Web: {{ $companyDetails['website'] }}
@endif
@endif
|
|
|