@extends('client.layouts.app') @section('content')


Big Number




@foreach($big_numbers as $big_number)

{{ $big_number['number'] }}

{{ $big_number['name'] }}
@endforeach

team

Expert Teams

@foreach($teams as $team)
team-details
{{ $team['name'] }}

{{ $team['role'] }}

@endforeach
@foreach ($partners as $partner)
client-details
@endforeach

Testimony

What our Customer’s
are saying

    @foreach ($testimonies as $testimony)
  • {{ $testimony['testimony'] }}

    {{ $testimony['name'] }}

    {{ $testimony['role'] }}

  • @endforeach
@endsection