@extends('frontend.layouts.app') @push('script') @endpush @section('meta') @php $metaData = getMeta('contact_us'); @endphp @endsection @section('content')
{{ __(get_option('contact_us_location')) }}
{{ __(get_option('contact_us_email_one')) }}
{{ __(get_option('contact_us_email_two')) }}
{{ __(get_option('contact_us_phone_one')) }}
{{ __(get_option('contact_us_phone_two')) }}
{{ __(get_option('contact_us_description')) }}