{{ $agent->email }}
{{ $agent->phone }}
Mobile: {{ $agent->mobile ?? 'Not provided' }}
Fax: {{ $agent->fax ?? 'Not provided' }}
Notification Preference: {{ ucfirst($agent->notification_preference) }}
@if($agent->status == 'active') Active @else Inactive @endif
{{ $agent->address->address_line_1 }}
@if($agent->address->address_line_2)
{{ $agent->address->address_line_2 }}
@endif
{{ $agent->address->city ?? '' }}{{ $agent->address->city ? ', ' : '' }}
{{ $agent->address->state ?? '' }} {{ $agent->address->zip ?? '' }}
{{ $agent->address->country ?? '' }}
No address information available
@endifNo agency information available
@endif