@extends('layouts.main-app') @section('title', 'Services') @section('content') @include('layouts.navbar')

OUR SERVICES

Staff Augmentation
This approach involves hiring temporary employees to address skill gaps or boost capacity for a limited time. It's an effective option when you need to swiftly respond to changing demands or circumstances. Staff augmentation can be a cost-effective solution for both short-term and long-term requirements, while also allowing you to maintain control over the project.

Managed Service
This approach involves outsourcing IT functions to a third-party vendor who offers the necessary expertise and resources. It's an ideal option when you want to delegate the entire project or manage operations. Managed services can be more cost-effective over time, with the provider taking full responsibility for service delivery.

IN THE IT FIELD WE PROVIDE:

@foreach ($servicesByCategory[3] as $service)
01

{{ $service->name }}

{{ $service->description }}

Learn More
@endforeach

IN THE NON-IT FIELD WE PROVIDE:

@foreach ($servicesByCategory[2] as $service)
01

{{ $service->name }}

{{ $service->description }}

Learn More
@endforeach
@include('layouts.footer') @endsection