@extends('partner.layout.app') @section('content')
Back Dashboard > Referral Agents

{{ $formattedData['first_name'] ?? '' }} Basic Information


@if(!empty($formattedData['address']))
@endif @if(!empty($formattedData['brokerage_name']))
@endif @if(!empty($formattedData['brokerage_address']))
@endif
@if(!empty($formattedData['license_number']))
@endif @if(!empty($formattedData['license_number']))
@endif @if(!empty($formattedData['brokerage_license']))
@endif @if(!empty($formattedData['agent_license_number']))
@endif
@endsection