@extends('frontend.layout') @section('title', $page->name) @section('content') @php $pageData = $page->page_json; @endphp
{{ $page->name }}

{{ $pageData['heading'] ?? 'Don\'t hesitate to reach out to us' }}

{{ $pageData['sub_heading'] ?? 'We\'re here to help and answer any question you might have. We look forward to hearing from you' }}

@if(isset($pageData['image'])) Contact Us @else Contact Us @endif
@csrf

{{ $pageData['form']['heading'] ?? 'Send us a message' }}

{{ $pageData['form']['sub_heading'] ?? 'Give us a chance to serve and bring magic to your brand.' }}

Contact Info

India office

{{getAddress()}}
@endsection