@extends('layouts.default') @section('title') How to Contact Us @endsection @section('meta') @endsection @section('hero') @include('sections/hero/page') @endsection @section('content')

Let’s Talk!

If you have any questions about the subscription or are not sure which plan is right for you, contact our team and let's schedule a call.

Shoot us a message
Fill in the form and leave us a message.
We will contact you soon!
@if(\Illuminate\Support\Facades\Session::has('success'))
{{\Illuminate\Support\Facades\Session::get('success')}}
@endif
@csrf
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('phone'))
{{ $errors->first('phone') }}
@endif
@if ($errors->has('message'))
{{ $errors->first('message') }}
@endif

Please enter the details of your request. A member of our support staff will respond as soon as possible.

@endsection @section('foot_script') @endsection