TanchoToplineCargo/resources/views/client/niwida/companyprofile/messagefromdirector.blade.php

54 lines
2.5 KiB
PHP
Raw Normal View History

2024-05-05 04:47:49 +00:00
@extends('client.niwida.partials.layout')
@section('content')
<div class="pt-breadcrumb">
<div class="pt-bg-overley" style="background-image: url('../assets/images/niwida/header-message-from-md.jpg');"></div>
<div class="container">
<div class="row align-items-center">
<div class="col-sm-12">
<nav aria-label="breadcrumb">
<div class="pt-breadcrumb-title">
<h1>Message From Director</h1>
</div>
<div class="pt-breadcrumb-container">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="#"><i class="fas fa-home mr-2"></i>Home</a></li>
<li class="breadcrumb-item">About us</li>
<li class="breadcrumb-item active"> Message From Director</li>
</ol>
</div>
</nav>
</div>
</div>
</div>
</div>
<section class="our-story">
<div class="container">
<div class="pt-section-title-box mb-10p">
<div class="row">
<div class="col-md-8 col-lg-8 col-12">
<p>As our company continues to grow, we are exploring opportunities to expand our operations overseas. To support this effort, we will be hiring employees for positions in foreign countries.This is an exciting step for us, and I am confident that we will find talented and dedicated individuals who will be instrumental in our continued success.</p>
<p>As we move forward, I want to emphasize that our focus remains on providing the best possible service to our customers and delivering outstanding results. To achieve this, I encourage each of you to continue to bring your best ideas and efforts to the table.If you have any concerns or suggestions, please do not hesitate to reach out to me or any member of our management team.We are always here to listen and support you in any way we can.</p>
<p>Together, let&#39;s keep up the great work and continue to drive our company to new heights.</p>
<p>&nbsp;</p>
</div>
<div class="col-md-4 col-lg-4 col-12">
<div class="img_rt_md">
<img src="../uploads/images/1-01.html">
<div class="txt_md-sec">
<h4>Narayan Bhattarai</h4>
<h6>Director</h6>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
@endsection