@extends('layouts.public') @section('title', 'SYSTRONICS — Contact Information') @section('meta_description', 'SYSTRONICS llc is based in Dubai, United Arab Emirates. Technical support is provided from two offices, six days a week.') @php $salesEmail = config('systronics.mail.sales_notify', 'sales@systronics.com'); $supportEmail = config('systronics.mail.support_notify', 'support@systronics.com'); $check = ''; $phone = ''; $pin = ''; $mail = ''; @endphp @section('content') @include('public.partials.page-chrome', [ 'eyebrow' => 'Contact Us', 'title' => 'Contact Information', 'lede' => 'SYSTRONICS llc is based in Dubai, United Arab Emirates. Technical support is provided from two offices, six days a week.', 'crumbs' => [ ['label' => 'Home', 'url' => route('public.home')], ['label' => 'Contact Us'], ['label' => 'Contact Information'], ], ])
Head office

SYSTRONICS llc

P. O. Box 50183,
Dubai
{!! $phone !!}Telephone: +(971) 4 393 0153 {!! $pin !!}3002, One By Omniyat, Al Sa’ada Street

Talk to the SYSTRONICS team

Sales, support and development enquiries are answered from two offices, six days a week.

{{ $salesEmail }} Get Support
@endsection