@extends('front.template.master') @section('title', 'Home') @section('content') {!! NoCaptcha::renderJs() !!} ABOUT US Our Teams @foreach($teams as $team) @if($team->image) @else @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 @foreach($services as $service) {{ $service->title }} @endforeach {!! app('captcha')->display() !!} @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif Submit
{{ str_limit(strip_tags(html_entity_decode($team->short_description)), $limit = 200, $end = '') }} @if($team->short_description) ... @endif