@extends('layouts/layoutMaster') @section('title', ($companyDetail['name'] ?? 'Client') . ' — Addresses') @php $companyDetail = $company_details ? $company_details[0] : []; @endphp @section('content') {{-- Page Header --}}
Registered addresses for this client from CRM.
Address management for admin mode is under development.