@extends('layouts.main-app') @section('title', 'About Us') @section('content')

About Us Mission and Vision

Our Team

Profile
Mission Image
Vision Image

Safety & Excellents at Workd

Mission

Our mission is to serve our clients as partners working closely with them to provide value through our expertise, knowledge, and service delivery.

Vision

Guided by our values, we aim to be a recognized leader for safety and security requirements, corporate events and gift ideas, business representation, research, and advisory services.

{{-- Our Team --}}
Capt

Capt. Mohit Batara

Global Sales Lead

Jennie Kate Basa is the Global Sales Lead at SMN, overseeing international sales strategies and building strong partnerships to achieve global business success.

Capt

Capt. Mohit Batara

Global Sales Lead

Jennie Kate Basa is the Global Sales Lead at SMN, overseeing international sales strategies and building strong partnerships to achieve global business success.

{{-- team 3 --}}

Capt. Mohit Batara

Global Sales Lead

Jennie Kate Basa is the Global Sales Lead at SMN, overseeing international sales strategies and building strong partnerships to achieve global business success.

Capt
{{-- team 4 --}}

Capt. Mohit Batara

Global Sales Lead

Jennie Kate Basa is the Global Sales Lead at SMN, overseeing international sales strategies and building strong partnerships to achieve global business success.

Capt
{{-- team 5 --}}
Capt

Capt. Mohit Batara

Global Sales Lead

Jennie Kate Basa is the Global Sales Lead at SMN, overseeing international sales strategies and building strong partnerships to achieve global business success.

{{-- team 6 --}}
Capt

Capt. Mohit Batara

Global Sales Lead

Jennie Kate Basa is the Global Sales Lead at SMN, overseeing international sales strategies and building strong partnerships to achieve global business success.

{{-- team 7 --}}

Capt. Mohit Batara

Global Sales Lead

Jennie Kate Basa is the Global Sales Lead at SMN, overseeing international sales strategies and building strong partnerships to achieve global business success.

Capt
{{-- team 8 --}}

Capt. Mohit Batara

Global Sales Lead

Jennie Kate Basa is the Global Sales Lead at SMN, overseeing international sales strategies and building strong partnerships to achieve global business success.

Capt
{{-- team 9 --}}
Capt

Capt. Mohit Batara

Global Sales Lead

Jennie Kate Basa is the Global Sales Lead at SMN, overseeing international sales strategies and building strong partnerships to achieve global business success.

{{-- team 10 --}}
Capt

Capt. Mohit Batara

Global Sales Lead

Jennie Kate Basa is the Global Sales Lead at SMN, overseeing international sales strategies and building strong partnerships to achieve global business success.

Background Image

Why Choose Us
Our Value and Principles

@php $cards = [ [ 'number' => '01', 'icon' => 'assets/hero-assets/efficiency-icon.webp', 'image' => 'assets/hero-assets/Effeciency-hover.webp', 'heading' => 'Reliability', 'paragraph' => 'Our staff are working with our clients and partners to ensure we succeed in providing the best quality and reliable services.', ], [ 'number' => '02', 'icon' => 'assets/hero-assets/reliability-icon.webp', 'image' => 'assets/hero-assets/reliability.webp', 'heading' => 'Integrity', 'paragraph' => 'We uphold the highest standards of integrity in all of our actions.', ], [ 'number' => '03', 'icon' => 'assets/hero-assets/cost-effective-icon.webp', 'image' => 'assets/hero-assets/Cost-Effective-hover.webp', 'heading' => 'Cost Effective', 'paragraph' => 'We foster innovative ideas to drive business growth and success.', ], [ 'number' => '04', 'icon' => 'assets/hero-assets/simplicity-icon.webp', 'image' => 'assets/hero-assets/Simplicity-Hover.webp', 'heading' => 'Simplicity', 'paragraph' => 'Our customers are at the heart of everything we do.', ], ]; @endphp
@foreach ($cards as $index => $card) @php // Determine the group number based on the index $group = floor($index / 1); // Calculate delay: each group has a delay increment of 200ms $aosDelay = $group * 200; @endphp
Image {{ $index }}
{{ $card['number'] }}
{{ $card['heading'] }}

{{ $card['heading'] }}

{{ $card['paragraph'] }}

@endforeach
@endsection