@extends('front.layouts.main') @section('title'){{ @trans('seo.team_title') }}@endsection @section('description'){{ @trans('seo.team_desc') }}@endsection @section('content')

Team Empower comprises of a diverse group of professionals who ooze tenacity and zest for life. We intrinsically believe in the work we do and have the unanimous desire to create a positive impact on the lives of our clients, candidates and the community at large.

Team

Meet the people behind Empower

Improve your knowledge and skills and get the best in industry

@foreach ($teamMembers as $member) @component('front.modules.home.common.team-card', [ 'profilePicture' => $member->profilePicture, 'linkedin' => $member->linkedin, 'email' => $member->email, 'name' => $member->name, 'position' => $member->position, 'motto' => $member->motto, 'strengths' => $member->strengths ]) @endcomponent @endforeach
@include('front.modules.home.common.blog-news')
@endsection