@if($mailcontent['is_customer'] == true)

Thank you for submitting your enquiry at our website. Our team will get in touch with you soon.

Regards,

Synamen Team (https://www.synamen.com/).

This is an automatic message.

@else

Hi {{ $mailcontent['sender_name'] ? $mailcontent['sender_name'] : $mailcontent['name'] }},

Contact Us Form Enquiry Details as follows:

  • Product: {{$mailcontent['solution']}}
  • Name: {{$mailcontent['name']}}
  • Email: {{$mailcontent['email']}}
  • Phone: +{{$mailcontent['telecode'] ?? ''}} {{$mailcontent['phone']}}
  • Message: {{$mailcontent['message']}}
  • Website: {{$mailcontent['website'] ?? ''}}
  • Country: {{$mailcontent['country'] ?? ''}}
  • page: {{ $mailcontent['page_name'] }} - SYNAMEN®

This is an automatic message.

@endif