@extends('front.template.master') @section('title', 'About') @section('content')

WHO WE ARE

@php $who_we_are_image = isset($about->who_we_are_image) ? 'uploads/about-us/'.$about->who_we_are_image: '/front1/images/industry1.png'; $our_global_image = isset($about->our_global_image) ? 'uploads/about-us/'.$about->our_global_image: '/front1/images/industry1.png'; $what_we_do_image = isset($about->what_we_do_image) ? 'uploads/about-us/'.$about->what_we_do_image: '/front1/images/industry1.png'; @endphp

OUR GOAL

WHAT WE DO

WHY UNILINK INDIA

We are leading international Insurance service provider to make your happy life .
@if($whyUnilinkInda->image1) @else @endif
@if($whyUnilinkInda->image2) @else @endif

MEET THE TEAM

@foreach ($teams as $team)
{{-- {{ $team->name }} --}} {{ $team->name }}

{{ $team->name }}
{{ $team->designation }}

{{ $team->short_description }}

@endforeach

{{ $about->it_year }}+
Years in Information Technology

{{ $about->exp_year }}+
Years of experienced team

{{ $about->comp_project }}+
Completed projects

{{ $about->cust_success }}%
Customer success

@endsection