@extends('layouts.app') @section('title', 'All Services - Texora') @section('meta_description', 'Browse Texora services for company registration, NTN, tax filing, trademark protection, USA LLC, UK company setup, and compliance.') @section('content') @php $totalServices = $categories->sum(fn($category) => $category->activeServices->count()); $waNum = App\Models\SiteSetting::where('key','whatsapp_number')->value('value') ?? '923001234567'; @endphp
Texora services

Everything legal, tax, and compliance.

Choose from Texora's active services. Every service keeps the same expert-led flow: clear requirements, fast handling, real pricing, and support when you need it.

01

{{ $totalServices }} services

Pakistan and international business setup options pulled from your live service catalog.

02

Dedicated manager

One Texora specialist guides requirements, filings, documents, and updates.

03

Start online

Open any service page, select a package, and begin the process through the existing order flow.

Services.

Organized by your Texora categories, styled like the homepage, and linked directly to the detail pages.

@foreach($categories as $category)
{{ $category->activeServices->count() }} available

{{ $category->name }}

{{ $category->icon }}
@foreach($category->activeServices as $i => $svc) @php $firstPackage = $svc->packages->sortBy('sort_order')->first(); $minDays = $svc->packages->min('delivery_days'); $maxDays = $svc->packages->max('delivery_days'); @endphp
{{ str_pad($i + 1, 2, '0', STR_PAD_LEFT) }}

{{ $svc->name }}

{{ $svc->short_description ?: \Illuminate\Support\Str::limit(strip_tags($svc->description), 130) }}

{{ $firstPackage ? $firstPackage->currency . ' ' . number_format($firstPackage->price, 0) : 'Custom quote' }} {{ $minDays && $maxDays ? $minDays . '-' . $maxDays . ' days' : 'Fast handling' }}
@include('frontend.partials.service-card-actions', [ 'serviceName' => $svc->name, 'startUrl' => route('services.show', $svc->slug) . '#packages', 'waNumber' => $waNum, ])
@endforeach
@endforeach
Not sure?

We will help you choose the right path.

Tell us your business stage and we will guide you toward the correct registration, filing, or compliance service.

Book Free Consultation
@endsection