@extends('frontend.layout.master') @section('title', __('frontend::static.contact_us.contact_us')) @section('breadcrumb') @endsection @section('content')
@csrf @method('POST')

{{ $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