$this->encodePrimaryKey($vendor->id), 'first_name' => $vendor->first_name ?: '', 'last_name' => $vendor->last_name ?: '', 'send_email' => (bool)$vendor->send_email, 'email' => $vendor->email ?: '', 'created_at' => (int) $vendor->created_at, 'updated_at' => (int) $vendor->updated_at, 'archived_at' => (int) $vendor->deleted_at, 'is_primary' => (bool) $vendor->is_primary, 'phone' => $vendor->phone ?: '', 'custom_value1' => $vendor->custom_value1 ?: '', 'custom_value2' => $vendor->custom_value2 ?: '', 'custom_value3' => $vendor->custom_value3 ?: '', 'custom_value4' => $vendor->custom_value4 ?: '', 'link' => $vendor->getLoginLink(), ]; } }