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

Contact Us

Get in Touch

Email

info@dplus.co

Address

Designplus, 3rd Floor, Shah arcade Providence College Jn,
NH 66 Bypass Malaparamba

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
@include('htmlpage.frontent.layout.footer')