@php $currentAppTheme = ''; // Default theme from settings $currentAppTheme = getUserAppTheme(); @endphp @extends('layouts.app', ['class' => 'main-content-has-bg']) @section('content') @include('layouts.headers.guest')
{{-- --}}

{{ __tr('We\'re here to help and answer any question you might have. We look forward to hearing from you!') }}


{{ __tr('Contact us') }}

@if (getAppSettings('contact_details'))
{!! getAppSettings('contact_details') !!}

@endif