@extends('frontend.layout.master') @section('title', __('frontend::static.contact_us.contact_us')) @section('breadcrumb') {{__('frontend::static.contact_us.home')}} {{__('frontend::static.contact_us.contact_us')}} @endsection @section('content') @csrf @method('POST') {{__('frontend::static.contact_us.first_name')}} {{__('frontend::static.contact_us.last_name')}} {{__('frontend::static.contact_us.email')}} {{__('frontend::static.contact_us.message')}} {{__('frontend::static.contact_us.send_message')}} {{ $themeOptions['contact_us']['title'] }} {{ $themeOptions['contact_us']['description'] }} @if ($themeOptions['contact_us']['email'] ?? false) {{__('frontend::static.contact_us.email')}} {{ $themeOptions['contact_us']['email'] }} @endif @if ($themeOptions['contact_us']['contact'] ?? false) {{__('frontend::static.contact_us.contact')}} {{ $themeOptions['contact_us']['contact'] }} @endif @if ($themeOptions['contact_us']['location'] ?? false) {{__('frontend::static.contact_us.location')}} {{ $themeOptions['contact_us']['location'] }} @endif @if ($themeOptions['contact_us']['google_map_embed_url'] ?? false) @endif @endsection @push('js') @endpush
{{ $themeOptions['contact_us']['description'] }}
{{ $themeOptions['contact_us']['email'] }}
{{ $themeOptions['contact_us']['contact'] }}
{{ $themeOptions['contact_us']['location'] }}