@extends('themes.'.config('smartekcms.themes.frontend').'.app', [ 'title' => trans('front.contact.contact_us'), 'meta_description'=>Illuminate\Support\Str::limit(strip_tags(htmlspecialchars_decode($contact->text)),156), 'meta_keywords'=>Illuminate\Support\Str::limit(strip_tags(htmlspecialchars_decode($contact->title)),40), 'model_type' => 'contact', ]) @section('head') @if($contact->gmapx && $contact->gmapy) @endif @endsection @section('content')
{{ trans('front.contact.contact_us') }}

{{ $contact->title }}

{!! $contact->text !!}

{{ trans('front.smartblue.contact.our_address') }}

{{ $contact->address }}

{{ trans('front.smartblue.contact.how_can_we_help') }}

{{ $contact->email }}

{{ $contact->phone }}

{{ trans('front.smartblue.contact.how_can_we_help') }}

{{ $contact->phone }}

{{ trans('front.smartblue.contact.send_us_message') }}

@csrf
@if($contact->gmapx && $contact->gmapy)
@endif @endsection @section('js') @if($contact->gmapx && $contact->gmapy) {{-- --}} @endif @parent @endsection