Current File : /home/tradevaly/demo.tradevaly.com.bd/resources/views/frontend/about-us.blade.php
@extends('layouts.frontend')
    @section('content') 


  <div id="wrapper-content" class="wrapper-content pt-0 pb-0">
    <div class="inner-page-banner heading-title-behind text-center">
    <div class="heading heading-style-title-behind mb-0">
      <div class="heading-title-wrapper">
        <span>{{ !empty($aboutUs->title) ? $aboutUs->title : ''}}</span>
        <h1 class="text-white heading-title h2 font-weight-semibold">About Trdevaly</h1>
        <ul class="po-bread breadcrumb justify-content-center fadeInUp animated" data-animate="fadeInUp">
          <li class="breadcrumb-item"><a href="index.html">Home</a></li>
          <li class="breadcrumb-item">About Us</li>
        </ul>
      </div>
    </div>
  </div>
    <div class="about-intro text-center pt-8 pb-1">
      <div class="container">
        <div class="jumbotron mb-9 bg-transparent p-0 text-dark">
          <p class="lead mb-0 font-size-lg font-weight-normal lh-18">{{ !empty($aboutUs->description) ? $aboutUs->description : ''}}</p>
        </div>
        <div class="row counters justify-content-center">
          <div class="col-md-6 col-lg-4 mb-8">
            <div class="counter text-center">
              <div><span class="counterup text-primary font-size-h1 lh-12" data-start="0" data-end="{{$countrisUser}}" data-decimals="0" data-duration="0" data-separator="">{{ !empty($countrisUser) ? number_format($countrisUser) : ''}}</span></div>
              <span class="text-uppercase text-dark font-weight-semibold">Countries</span> </div>
          </div>
         
          
          <div class="col-md-6 col-lg-4 mb-8">
            <div class="counter">
              <div><span class="counterup text-primary font-size-h1 lh-12" data-start="0" data-end="{{$totalBusiness}}" data-decimals="0" data-duration="0" data-separator=",">{{ !empty($totalBusiness) ? number_format($totalBusiness) : ''}}</span></div>
              <span class="text-uppercase text-dark font-weight-semibold">business</span> </div>
          </div>
          <div class="col-md-6 col-lg-4 mb-8 mb-lg-0">
            <div class="counter">
              <div><span class="counterup text-primary font-size-h1 lh-12" data-start="0" data-end="{{$registeredUser}}" data-decimals="0" data-duration="0" data-separator=",">{{ !empty($registeredUser) ? number_format($registeredUser) : ''}}</span></div>
              <span class="text-uppercase text-dark font-weight-semibold">Register Users</span> </div>
          </div>
          
        </div>
      </div>
    </div>
    <div class="pt-9 pb-8">
      <div class="container">
        <h3 class="mb-7 text-center text-capitalize"> clients say about Tradevaly? </h3>
        <div class="testimonial-navs">
          <div class="slick-current slick-active" data-slick-index="0" aria-hidden="false" style="width: 1200px;">
            <div class="box" style="width: 100%; display: inline-block;">
              <div class="bg-gray-02 card testimonial h-100 border-0">
                <div class="d-flex mb-0 flex-wrap card-title align-items-center"> <span class="text-dark h5 mb-0 d-inline-block mr-2">Execellent -</span>
                  <div class="d-inline-flex align-items-end flex-wrap view-more"> <a href="#" tabindex="0"><img src="images/other/coderpoint.png" alt="Review"></a> </div>
                </div>
                <div class="card-body px-0 font-size-lg text-dark pb-0"> "We've been very pleased with our experience working with Tradevaly. Their team
                  was incredibly helpful in helping us find the perfect developer for our
                  project. The work was stellar, the communication was excellent and we
                  couldn't have been happier with the overall experience. We're excited to
                  work with Tradevaly for more projects in the future!" </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <!-- wrapper-content -->
  
  



  @endsection