@extends('frontend.layouts.app') @section('title', $title) @section('description', $description) @section('content') @php $assetPath = fn (string $path) => asset('frontend/' . ltrim($path, '/')); @endphp @include('frontend.layouts.breadcrumb', ['title' => 'Service Details'])
{{ $service->name }}
{{ optional($service->category)->name ?? 'Service' }}

{{ $service->name }}

{!! $service->description ?: e($service->short_description) !!}

Real Time Tracking
Gaurantee
Security Gaurantee
for Cargo Service

What Benifits?

Authoritatively plagiarize bricks-and-clicks infrastructures for turnkey niche markets and engage top-line services.

Frequently Asked Questions

  • 01. How do you start a {{ $service->name }} project?
    We align the service to your users, data, reporting needs, and operational workflow.
  • 02. Can the solution be customized?
    Yes. We shape modules, permissions, workflows, and integrations around your organization instead of forcing a one-size-fits-all process.
  • 03. Do you provide support after launch?
    Yes. We provide training, maintenance, troubleshooting, and ongoing improvements so the system keeps working for real users.
@if($relatedServices->count() > 0)
More Services

Related Services

@foreach($relatedServices as $related)

{{ $related->name }}

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

@endforeach
@endif @include('frontend.partials.newsletter') @endsection