@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')
{!! $contact->text !!}
{{ $contact->title }}
{{ trans('front.smartblue.contact.send_us_message') }}