@include('htmlpage.frontent.layout.app')

Contact Us

Get in Touch

Email

info@dplus.co

Address

Designplus Architectural Consultants
3rd Floor, Shah Arcade Providence College Jn
NH 66 Bypass Malaparamba Kozhikode(Calicut) Kerala, India

Call at

+91-9539262428

Scan
for find us

@if(session('success') || session('error'))
{{ session('success') ? session('success') : session('error') }}
@endif
@csrf
@if ($errors->has('name'))

{{ $errors->first('name') }}

@endif
@if ($errors->has('email'))

{{ $errors->first('email') }}

@endif
@if ($errors->has('phone'))

{{ $errors->first('phone') }}

@endif
@if ($errors->has('message'))

{{ $errors->first('message') }}

@endif
@error('g-recaptcha-response')
{{ $message }}
@enderror
@include('htmlpage.frontent.layout.footer')