@extends('layouts.app') @section('title', App\Models\SiteSetting::getValue('site_name', 'Texora — Premium Compliance & Tax Partners')) @section('meta_description', 'High-end corporate compliance, tax filing, and business registration services in Pakistan. Trusted by top-tier enterprises.') @section('content') @php $waNum = App\Models\SiteSetting::getValue('whatsapp_number', '923001234567'); @endphp {{-- ─── PREMIUM HERO ─────────────────────────────────── --}}
Expert Compliance Team Online

Elevate Your Business Legal Infrastructure.

We handle the complexities of FBR, SECP, and Intellectual Property while you focus on scaling your vision. Precision-engineered compliance for modern enterprises.

5,000+ Businesses Registered
PKR 2B+ Tax Managed
99.9% Filing Success
Quick Actions
@for($i=1; $i<=4; $i++)
User
@endfor

12 Experts currently
handling 48 active cases.

{{-- ─── SERVICES INDEX (PREMIUM WHITE) ───────────────── --}}
Expert Services

Our Specializations.

Everything you need to run a legal business in Pakistan — from your first NTN to global expansion.

@php $serviceIndex = [ ['n'=>'01','t'=>'Company Registration','s'=>'SMC / PVT LTD / AOP','p'=>'PKR 14,500','slug'=>'company-registration'], ['n'=>'02','t'=>'Income Tax Filing','s'=>'Individuals & Corporates','p'=>'PKR 2,500','slug'=>'income-tax-filing'], ['n'=>'03','t'=>'NTN Registration','s'=>'Salaried, Freelancers & Business','p'=>'PKR 1,500','slug'=>'ntn-registration'], ['n'=>'04','t'=>'Sales Tax (GST/PST)','s'=>'Products & Services','p'=>'PKR 8,500','slug'=>'sales-tax-registration'], ['n'=>'05','t'=>'Trademark Protection','s'=>'IPO Pakistan Filing','p'=>'PKR 12,000','slug'=>'intellectual-property-registration'], ['n'=>'06','t'=>'Global Expansion','s'=>'USA LLC · UK LTD Formation','p'=>'From $299','slug'=>'usa-llc-formation'], ]; @endphp @foreach($serviceIndex as $si) {{ $si['n'] }}

{{ $si['t'] }}

{{ $si['s'] }}
{{ $si['p'] }}
@endforeach
{{-- ─── STICKY SERVICES (ADAPTED) ────────────────────── --}} @include('frontend.partials.sticky-services') {{-- ─── DARK PORTFOLIO SECTION (TESTIMONIALS) ────────── --}}
Market Trust

Where we've
made an impact.

@foreach($testimonials as $t)
{{ substr($t->name, 0, 1) }}

{{ $t->name }}

{{ $t->designation }}

"{{ $t->content }}"

@endforeach
{{-- ─── CTA SECTION ──────────────────────────────────── --}}

Ready to lead?
We'll handle the rest.

@endsection @push('scripts') @endpush