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

OUR SERVICES

At Primover Consultancy Services, Inc. (PCSI), we are committed to upholding our company philosophy, where all our clients receive top priority. Our services begin by understanding your business processes and goals, serving as the foundation for developing customized solutions through our consulting and solutions framework, tailored to meet your specific requirements.

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