@extends('layouts.site') @section('title', 'Contact Us β€” pcfy.in') @section('screen_label', 'Contact') @section('page_css') @endsection @section('content')

Contact Us

Get in touch for quotes, bulk orders, or any questions.

Send us a message
@csrf
@php $cPhone = \App\Models\Setting::get('contact_phone', '+91 98765 43210'); $cEmail = \App\Models\Setting::get('contact_email', 'hello@pcfy.in'); $cAddress = \App\Models\Setting::get('contact_address', 'Vadodara, Gujarat, India'); $cWa = \App\Models\Setting::get('whatsapp_number', '919876543210'); $cWaMsg = urlencode(\App\Models\Setting::get('whatsapp_message', 'Hi, I have a query about pcfy.in')); @endphp
Get in touch
πŸ“ž {{ $cPhone }}
βœ‰ {{ $cEmail }}
πŸ“ {{ $cAddress }}
πŸ• Mon–Sat, 9am–6pm IST
@if($cWa) Chat on WhatsApp @endif
Bulk / B2B enquiry?
For orders of 10+ units, get a dedicated account manager and volume pricing.
πŸ“ž Call: {{ $cPhone }}
@endsection