@extends('website.layouts.app') @section('content')

OUR COMPANY

Our Company

ABOUT US

OUR HISTORY / TIMELINE

@if (!empty($company_history))
@foreach ( $company_history as $history )

{{ $history->year }}

{{ $history->description }}

@endforeach
@else
No History
@endif

OUR MISSION

{{ $company_information->mission }}

OUR VISION

{{ $company_information->vision }}

OUR QUALITY POLICY

SCOPE AND SERVICES

@if (!empty($company_services))
@foreach ( $company_services as $service )
{{ $service->title }}

{{ $service->title }}

{{ $service->description }}

@endforeach
@else
No Services
@endif

PROJECTS

@if (!empty($projects['showcase_projects']))
@foreach ( $projects['showcase_projects'] as $project )
{{ $project->name }}

{{ $project->name }}

No. of floors: {{ $project->floor }}
Scope of Work: {{ $project->scope_of_work }}
@endforeach
@else
No Projects
@endif

CERTIFICATIONS AND AWARDS

@if (!empty($certifications_and_awards)) @foreach ( $certifications_and_awards as $key => $award ) @if ($key % 2 == 0)
{{ $award->title }}

{{ $award->title }}

{{ $award->description }}

@else

{{ $award->title }}

{{ $award->description }}

{{ $award->title }}
@endif @endforeach @else
No Certifications and Awards
@endif

Grow with us!

We at Dalkia Inc. are searching for people that are excited to grow and use their abilities to influence the future. Apply by emailing your resume to info@dalkiainc.com if you are already qualified, experienced, and competent and would want to be considered for any of the positions listed below. We would love to speak with someone who is driven to achieve.

Apply Now

CONTACTS

WRITE US A MESSAGE

@csrf @if ($errors->any()) @endif
@if (Session::has('status') || $errors->any()) @endif @endsection