@extends('client.target.partials.layout') @section('header') {{env("APP_NAME")}} @endsection @section('content') @include("client.target.slider")
@php $aboutus=MPCMS::getarticle('welcome') @endphp

{!!$aboutus->title!!}

{!!substr($aboutus->text,0,150).'...'!!}

Successful Ventures

Business Range

Countries Affiliation

Our Partners

Collaborators & Clients

Jobs by Categories

Choose Your Desire Category

All Jobs Post

Find Your Career, You Deserve it

@php $counter = 0 @endphp @foreach(MPCMS::getPaperDemands() as $PaperDemand) @if ($counter < 8) @endif @php $counter++ @endphp @endforeach
@if ($counter > 4) @endif
@endsection