23 lines
1.0 KiB
PHP
23 lines
1.0 KiB
PHP
|
|
<!-- WIDE SECTION START -->
|
|
<div class="construction-ws mt-5">
|
|
<div class="row">
|
|
<div class="col-lg-4 col-xl-6">
|
|
<div class="ws-img-left-layer">
|
|
@php $whyus=MPCMS::getarticle('why_recruit_from_nepal') @endphp
|
|
<img src="{{$whyus->cover_photo}}">
|
|
</div>
|
|
</div>
|
|
<div class="col-lg-8 col-xl-6">
|
|
<div class="ws-info-right-layer">
|
|
<div class="ws-right-content">
|
|
<h2>{!!$whyus->title!!}</h2>
|
|
<p><strong>Nepalese workers are renowned for their hard work, loyalty, high sense of responsibility and discipline.</strong></p>
|
|
<p>{!!substr($whyus->text,0,500).'...'!!}</p>
|
|
<a class="tp-btn-primary" href="employers/why-recruit-from-us" role="button">Read More...</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- WIDE SECTION END --> |