@extends('website.layout.app') @section('content')
header-bg
Track a Shipment Enter your shipment tracking number
@if ($errors->any()) {{ $errors->first() }} @endif
{{-- Services --}}

{{ $service->title }}

@foreach ($service->images as $img) service @endforeach {{-- service service --}}
{{-- How we do --}}

How we do

End to End
Transportation
Warehousing
Payment Service
Digital Solution
{{-- Testimonials --}}
{{ $testimonial->title }}
{!! $testimonial->description !!}
testimonial
{{-- Stats --}} @include('website.components.stats') @endsection