@extends('front.layouts.master') @section('title') contactUs @endsection @section('content')

Contact Us

Your Store

@if(isset(get_settings()['address']) ) {{ get_settings()['address']}} @endif
Phone : @if(isset(get_settings()['phone']) ) {{ get_settings()['phone']}} @endif
@if(isset(get_settings()['privacy_policy']) && isset(json_decode(get_settings()['privacy_policy'], true)[app()->getLocale()])) {{ json_decode(get_settings()['privacy_policy'], true)[app()->getLocale()] }} @endif
@csrf
Contact Form
@endsection