芝麻web文件管理V1.00
编辑当前文件:/home/lekhnath/silverray.com.au/oldsite/resources/views/contact-us.blade.php
@extends('layout1') @section('title')
{{ $seoSetting->seo_title }}
@endsection @section('meta')
@endsection @section('frontend-content')
{{ __('Contact Us') }}
{{ __('Home') }}
{{ __('Contact Us') }}
{{ __('Email') }}
{!! clean(nl2br($contactUs->emails)) !!}
{{ __('Phone') }}
{!! clean(nl2br($contactUs->phones)) !!}
{{ __('Address') }}
{!! clean(nl2br($contactUs->translation->address)) !!}
{{ __('Contact Us') }}
@csrf
</textarea> @if ($setting->recaptcha_status == 'active')
@endif
{{ __('Send Message') }}
{!! $contactUs->map_embed_code !!}
@endsection @push('js') @endpush