@extends('master_layout') @section('title') {{ $seo_setting->seo_title }} @endsection @section('new-layout')

{{ __('translate.Contact Us') }}

{{ $contact_us->title }}

{{ $contact_us->description }}

{{ __('translate.Address') }}

{{ Str::limit($contact_us->address, 20) }}

{{ __('translate.Contact') }}
{{ $contact_us->email }} {{ $contact_us->phone }}
@include('frontend.templates.layouts.contact_form')
@endsection @push('js_section') @endpush