@extends('front.template.master') @section('title', 'Home') @section('content') {!! NoCaptcha::renderJs() !!}
ABOUT US
man with umbrella

Our Teams

@foreach($teams as $team)
@if($team->image) @else team member @endif
{{ $team->name }}
{{ $team->designation }}

{{ str_limit(strip_tags(html_entity_decode($team->short_description)), $limit = 200, $end = '') }} @if($team->short_description) ... @endif

@endforeach

Request a free call back

Have a life to protect?

@include('admin.partials.flash_message')
@csrf {!! app('captcha')->display() !!} @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif
@foreach($teams as $team) @endforeach @endsection