@extends('template.coin.layouts.base') @section('title', __('Support')) @section('css') @endsection @section('content')

Contact Us

Get In Touch

If you need advice or have any question in mind or technical assistance, do not hesitate to contact our specialists via email or livechat.

Email Address: {{system_settings('site_email')}}

@if(!blank(system_settings('site_phone_number')))

Phone Number: {{system_settings('site_phone_number')}}

@endif @if(!blank(system_settings('livechat')))

Live Chat:Contact Live Support

@endif

Support Form

Contact us using the contact form and we will respond immediately.

@if(Session::has('errmessage'))

{{Session::get('errmessage')}}

@endif @if(Session::has('sucmessage'))

{{Session::get('sucmessage')}}

@endif
@csrf
@endsection @section('js') @endsection