@extends('frontend.layout.master') @section('content')
@if(!empty($aboutus['image'])) @endif
People Trust
+
@if(!empty($aboutus->header))

{{$aboutus->header}}

@endif
@if(!empty($aboutus->description))

{!! $aboutus->description !!}

@endif {{--
    --}} {{--
  • Integrity
  • --}} {{--
  • Customer Success
  • --}} {{--
  • Teamwork
  • --}} {{--
  • Transparency
  • --}} {{--
--}}
@if(!empty($first))
@if(!empty($first->title))

{{$first->title}} :

@endif

@if(!empty($first->description)) {{$first->description}} @endif

@endif @if(!empty($second))

{{$second->title??""}}

@if(!empty($second->description))

{{$second->description}}

@endif
@endif @if(!empty($third))
@if(!empty($third->title))

{{$third->title}}

@endif @if(!empty($third->description))

{{$third->description}}

@endif
@endif

our core value

@if(!empty($corevalues)) @foreach($corevalues as $value)
{{$value->name}}
@endforeach @endif {{--
--}} {{--
--}} {{-- --}} {{--
Social Responsibility
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
Customer Success
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
Transparency
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
Teamwork
--}} {{--
--}} {{--
--}}
@if(!empty($choose->header))

{{$choose->header}}

@endif
@if(!empty($choose->description))

{!! $choose->description !!}

@endif
@if(!empty($choose->image)) @endif

advisory board

@if(!empty($advisory)) @foreach($advisory as $advise)
  • {{$advise->name}}

  • {{$advise->position}}
@endforeach @endif {{--
--}} {{--
--}} {{-- --}} {{--
    --}} {{--
  • Amy Frederick

  • --}} {{--
  • position
  • --}} {{--
  • --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
    --}} {{--
  • Shelly Nelson

  • --}} {{--
  • position
  • --}} {{--
  • --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
    --}} {{--
  • Stacey Lopez

  • --}} {{--
  • position
  • --}} {{--
  • --}} {{--
--}} {{--
--}} {{--
--}}
@endsection