@extends('front.layouts.app') @push('title', Cache::get('contact_meta_title', 'Contact Us')) @push('meta_description', Cache::get('contact_meta_description', 'Contact Us')) @section('content')

{{__('Address')}}:

{{ Cache::get('contact_address') }}

@if ($errors->any()) @endif
@csrf
@if(Cache::get('google_recaptcha_sitekey') && Cache::get('google_recaptcha_secretkey')) @endif
@endsection