@extends($design . '.layouts.main') @section('title', $page_properties->title) @section('keywords', $page_properties->keyword) @section('description', $page_properties->description) @section('content')

{{__('text.contact_us_title')}}

{{ $subjects[$default_subject] }}
@foreach ($subjects as $id => $subject)
{{ $subject }}
@endforeach
{{__('text.contact_us_send')}}

{{__('text.contact_us_describe1')}}

{{__('text.contact_us_describe2')}}

{{__('text.contact_us_describe3')}}

{{__('text.common_banner1_text1')}}
{{__('text.common_banner1_text2')}}
{{__('text.common_banner1_text3')}}
{{__('text.common_banner1_text4')}}
{{__('text.common_banner2_text1')}}
{!!__('text.common_banner2_text2')!!}
{{__('text.common_banner2_text3')}}
{{__('text.common_banner2_text4')}}
@endsection