@extends('layouts.user.layout') @section('title') {{ $seo_text->title }} @endsection @section('meta') @endsection @section('user-content')

{{ $menus->where('id',8)->first()->navbar }}

{{ $websiteLang->where('lang_key','email')->first()->custom_text }}
{!! clean(nl2br($contact->emails)) !!}
{{ $websiteLang->where('lang_key','phone')->first()->custom_text }}
{!! clean(nl2br($contact->phones)) !!}
{{ $websiteLang->where('lang_key','address')->first()->custom_text }}
{!! clean(nl2br($contact->address)) !!}
{{ $websiteLang->where('lang_key','contact_us')->first()->custom_text }}
@csrf
@if($contactSetting->allow_captcha==1)

@endif
{!! $contact->map_embed_code !!}
@endsection