@extends('layout') @section('title') {{ $seo_setting->seo_title }} @endsection @section('meta') @endsection @section('frontend-content')

{{__('user.Contact Now')}}

@csrf
@if($recaptcha_setting->status==1)
@endif

{{__('user.Phone')}}

{{ $contact->phone }}

{{__('user.Location')}}

{{ $contact->address }}

{{__('user.Email')}}

{{ $contact->email }}

{!! $contact->map !!}
bg
bg
bg
@endsection