Please find attached the RFQ files related to the aforementioned tender
{{--| # | File Name | Download |
|---|---|---|
| {{ $index + 1 }} | {{ basename($file->file_name) }} | Download |
{{ $comments ?? '' }}
Thank you
{{--If you have any questions or need assistance, feel free to contact us.
--}}Best regards,
|
@if (!empty($replyuseremail))
{{ strtoupper($replyuseremail) }}
@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
|
|
|