@extends('client.topCargo.layouts.layout') @section('title', $service->title) @section('content')

Our Services

{{ $service->alias }}

Description

{!! strip_tags($service->text) !!}

Safety Transportation

@if ($service->children->isNotEmpty()) @foreach ($service->children as $child) @if (!empty($child->icon))

{{ $child->title }}

Top Line Cargo

{!! $child->text !!}

@endif @endforeach @endif

Benefits of Service

@forelse ($service->children as $id=>$child) @if (empty($child->icon))
{!!$child->text!!}
@endif @empty @endforelse {{--
We leverage advanced technology and digital tools for efficient cargo tracking, real-time monitoring, and documentation management, providing our clients with visibility and control over their shipments.
--}}
@endsection