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

Integrated Facility Services

We specialized in Integrated Facility Services and are actively embracing this service model.

@foreach ($services as $service)

{{ $service->title }}

{{ $service->sub_title }}

{{-- overlay content --}}

{{ $service->title }}

{{ $service->sub_title }}

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