@php($isEdit = isset($agent) && $agent)
@csrf @if($isEdit) @method('PUT') @endif
@php($selectedAgencyId = $isEdit ? ( ($agent->agencies[0]->id ?? ($agent->agency->id ?? null)) ) : null)
{{-- Hidden Lat/Lng fields for address autocomplete --}}
@php($selectedSponsor = $isEdit ? ($agent->sponsors->first()->id ?? null) : null)
@php($np = $isEdit ? $agent->notification_preference : '')