@extends('reachassuree_agent_web/theme-1/layouts.main') @section('title', $data['title']) @section('content')

Contact Us

Image Image

FOR INSURANCE & FINANCIAL PLANNINGS

@php $address = agentDetails(2); @endphp @if(count($address) > 0 && !empty($address['address']))

Our Location

{{$address['address']}}

@else

Our Location

{{$address['address']}}

@endif
@if(agentDetails(7) != '')

E-mail

{{agentDetails(7)}}

@else

E-mail

{{agentDetails(7)}}

@endif
{{-- --}}
@if(isset($data['WorkArea']))

Work Area

@foreach($data['WorkArea'] as $key => $value)
{{$value}}
@endforeach
@endif
GET IN TOUCH

Let’s Connect to us Please fill this Form

@csrf
@endsection @section('custom-scripts') @endsection