@extends('layouts.website') @section('title', 'Contact | Quickro POS') @section('content')

Contact

{{ $s['contact_heading'] ?? 'Reach the Quickro team' }}

{{ $s['contact_description'] ?? 'Discuss rollouts, pricing, migration support, or technical questions with the team.' }}

Email: {{ $s['contact_email'] ?? 'support@quickropos.com' }}

Phone: {{ $s['contact_phone'] ?? '+92 300 0000000' }}

Address: {{ $s['contact_address'] ?? 'Lahore, Pakistan' }}

Send an inquiry

This form remains presentational, but the surrounding contact data and calls to action are now fully driven from admin CMS settings.

@csrf
@endsection