@extends('layouts.app') @section('title', 'Contact Texora') @section('meta_description', 'Contact Texora for business registration, tax filing, NTN, FBR, SECP, USA LLC, UK LTD, and compliance support.') @section('content') @php $email = App\Models\SiteSetting::where('key','site_email')->value('value') ?: 'support@texora.pk'; $phone = App\Models\SiteSetting::where('key','site_phone')->value('value') ?: '+92 300 1234567'; $addr = App\Models\SiteSetting::where('key','site_address')->value('value') ?: 'Pakistan'; $waNum = App\Models\SiteSetting::where('key','whatsapp_number')->value('value') ?? '923001234567'; @endphp
Contact

Tell us what you are building.

Ask about registration, tax filing, compliance, USA LLC, UK LTD, or anything you are unsure about. We will route you to the right expert.

Why Texora

We handle the confusing parts.

A contact page should not feel like a dead end. Choose a channel, send context, and Texora turns it into a guided next step.

@foreach([ ['Accurate route', 'Your query goes to the right compliance service.'], ['Fast response', 'WhatsApp and live chat are best for urgent cases.'], ['Lead captured', 'Email or phone keeps your conversation traceable.'], ] as $item)
Texora

{{ $item[0] }}

{{ $item[1] }}

@endforeach

Message.

Use the existing contact endpoint. Backend behavior stays unchanged.

@csrf
@endsection