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

Contact Us

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

Quick Contact

@csrf
@if(isset($data['WorkArea']))
Work Area
@foreach($data['WorkArea'] as $key => $value)
...

{{$value}}

@endforeach
@endif
@endsection @section('custom-scripts') @endsection