@extends('layouts.web.master') @section('title') {{ __('Contact us') }} @endsection @section('main_content') {{ __('Home') }} > {{ __('Contact Us') }} {{ $page_data['headings']['contact_us_title'] ?? '' }} {{ $page_data['headings']['contact_us_description'] ?? '' }} @csrf {{ __('Full Name') }} * {{ __('Phone Number') }} * {{ __('Email') }} * {{ __('Company') }} (Optional) {{ __('Message') }} {{ $page_data['headings']['contact_us_btn_text'] ?? '' }} @endsection
{{ __('Home') }} > {{ __('Contact Us') }}
{{ $page_data['headings']['contact_us_description'] ?? '' }}