@extends('front.frontLayout') @section('title','Contact Us') @section('pagelevelcss') @stop @section('content') Contact us We’re always here to help! Send us an email or call our friendly team. Call: {{ config('app.contact_us_phone') }} Email: {{ config('app.contact_us_email') }} Location: {{ config('app.contact_us_location') }} Frequently Asked Questions @if(count($faqs) > 0) @foreach($faqs as $key => $value) {!! $value->question !!} {!! $value->answer !!} @endforeach @endif Ask a Different Question Add Your Question × {{ csrf_field() }} {{old('message')}} @endsection @section('pageleveljs') @stop
We’re always here to help! Send us an email or call our friendly team.
{{ config('app.contact_us_phone') }}
{{ config('app.contact_us_email') }}
{{ config('app.contact_us_location') }}