@if(aboutUs?.about?.futures?.length && (aboutUs?.about?.content_left_image_url || aboutUs?.about?.content_right_image_url)){
image
image

{{ aboutUs?.about?.sub_title }}

{{ aboutUs?.about?.title }}

{{ aboutUs?.about?.description }}

    @for(futures of aboutUs?.about?.futures; track futures){
  • icon
    {{ futures.title }}
  • }
} @if(aboutUs?.clients?.status && aboutUs?.clients?.content?.length && (aboutUs?.clients?.sub_title || aboutUs?.clients?.title)){

{{ aboutUs?.clients?.sub_title }}

{{ aboutUs?.clients?.title }}

@for(client of aboutUs?.clients?.content; track client){

{{ client.title }}

{{ client.description }}

}
} @if(aboutUs?.team?.status && aboutUs?.team?.members?.length && (aboutUs?.team?.sub_title || aboutUs?.team?.title)){

{{ aboutUs?.team?.sub_title }}

{{ aboutUs?.team?.title }}

@for(team of aboutUs?.team?.members; track team){

{{ team?.name }}

{{ team?.designation }}

{{ team?.description }}

    @if(team?.facebook){
  • } @if(team?.pinterest){
  • } @if(team?.twitter){
  • } @if(team?.instagram){
  • }
}
} @if(aboutUs?.testimonial?.status && aboutUs?.testimonial?.reviews?.length && (aboutUs?.testimonial?.sub_title || aboutUs?.testimonial?.title)){

{{ aboutUs?.testimonial?.sub_title }}

{{ aboutUs?.testimonial?.title }}

@for(team of aboutUs?.testimonial?.reviews; track team){

{{ team?.title }}

"{{ team?.review }}"

image

{{ team?.name }}

{{ team?.designation }}
}
} @if(aboutUs?.blog?.status){

{{ 'our_blog' | translate }}

{{ 'our_latest_blog' | translate }}

@for(blog of blogs; track blog){ } @if(!(blogs && blogs.length)){ }
}