@extends('layouts.app') @section('title', 'Our Services | Accessway Express Courier Services') @section('content')

Our services

Freight, security, customs and relocation — a complete courier solution.

@foreach($services as $service)
@include('partials.icon', ['name' => $service->icon])

{{ $service->name }}

{{ $service->excerpt }}

Learn more
@endforeach
@include('partials.icon', ['name' => 'shield'])

24/7 Support

We provide 24 hours customer support services.

@include('partials.icon', ['name' => 'plane'])

Fast delivery

We focus on fast transits and regular communication.

@endsection