@extends('layouts.app') @section('content')

Contact

Let's talk about your operation.

Sales enquiries, support questions, hardware quotes, or partnership discussions — reach the right team directly.

{{-- Contact info sidebar --}}
@foreach([ ['Sales', route('book-demo'), 'Book a Demo', 'For new customers looking to evaluate PhyloPOS for their restaurant or retail business.', 'trending-up'], ['Support', 'mailto:' . config('phylopos.company.support_email'), config('phylopos.company.support_email'), 'For existing customers — implementation, technical, and operational queries.', 'shield'], ['Phone', 'tel:' . str_replace(' ', '', config('phylopos.company.phone')), config('phylopos.company.phone'), 'Monday–Saturday, 9AM–7PM IST.', 'phone'], ['Location', '#', config('phylopos.company.address'), 'Serving India and select international markets.', 'map-pin'], ] as [$label, $href, $text, $desc, $icon])
@include('components.icons.' . $icon)
{{ $label }}
{{ $text }}

{{ $desc }}

@endforeach
{{-- Contact form --}}

Send us a message

We respond within one business day.

@include('components.icons.check')

Message sent.

We will be in touch within one business day.

@csrf {{-- Honeypot --}}

@endsection