@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'])) @else @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.' }} Name Email Company Phone Number Message {{ $pageData['form']['button_text'] ?? 'Send us a message' }} Contact Info {{getPhoneNumber()}} {{getEmailAddress()}} India office {{getAddress()}} @endsection
{{ $pageData['sub_heading'] ?? 'We\'re here to help and answer any question you might have. We look forward to hearing from you' }}
{{ $pageData['form']['sub_heading'] ?? 'Give us a chance to serve and bring magic to your brand.' }}